Is there a method to consolidate these two lines into a single line in Laravel 8? Route::get('register', 'AuthController@getLogin'); Route::po
I'd like to do something very simple: reveal one div if one radio button is selected, hiding another div, and revealing that div if the other radio button is se
I'm trying to send an email using the nodemailer smtp connection module (https://nodemailer.com/extras/smtp-connection/), but I am getting an error message sayi
I'm doing an academic research about segregation in peruvian education. I'm trying to calculate Gorard Index from OasisR, but I want it for every district in th
I'm using TypeScript in Vue project. But when I try to import vue file, I can't get .vue file since the 'cannot find module...' error. What is weird is that in
I'm trying to build an app with instagram api. I created a authentication screen which is going webview and letting user to log in. When user login ,authorizati
I read in https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#Response_objects that you can use addEventListener to trigger when a fetch happ
I tried making a basic app using kivy. I have installed both kivy and kivymd on my virtual environment. I have also activated the virtual environment for this p
I have a situation where i have the following Reactive Form structure: formGroup: FormGroup = this.fb.group({ name: ['', Validators.required], weight:
I am creating a MEAN STACK APP for ecommerce store/shopping cart.During the image uploads to mongo db from node-express and using postman , i can successfully a