Posts by user9078159 • 5 points
5 posts
-
0
votes2
answers146
viewsA: How to give an UPDATE by swapping for ?
try this. replace it does the following, takes the first parameter and exchanges it for the second parameter. or wherever you have it will exchange it for . UPDATE post SET Description =…
-
0
votes0
answers328
viewsQ: Laravel 5.7 - How do I end the session if the user closes the tab or goes back to the login screen?
Told me to use Session::flush(); in the loginController, however, it is not killing the session.
laravelasked user9078159 5 -
-1
votes1
answer66
viewsQ: Laravel - Jquery Event preventDefault is not allowing entering the records in the database?
I used the following code JQuery to avoid page reloading when entering a record in the bank. actually stopped reloading, but is not allowing to record the records in the database. $(…
laravelasked user9078159 5 -
-2
votes2
answers455
viewsQ: Laravel - How to call several methods passing the same route?
When I pass the two ends bugging the other and vice versa. Example: Route::get('/psicologo/editar/{psi_codigo}','PsicologoControlador@edit');…
laravelasked user9078159 5 -
-2
votes1
answer95
viewsQ: Laravel - Bring SELECT Component ALREADY SELECTED when editing
I am trying to bring a select already selected according to the information that is recorded in the bank. However I am having a lot of difficulty. I’ll leave the code below. Controler public…
laravelasked user9078159 5