I'm working on a project with laravel and I came across a problem. After the Update I want to redirect the user to another specific page. In the update function of my Controller I have this code:
public function update(Request $request, $id){...
I can not get the user to be authenticated, so he enters my route with the auth middleware ... I can log in but I can not get the user logged in, for example I can not enter any route with middleware auth and nen to use no helper method Auth ::...
Before I was having trouble making the project see the file as you can see in this post:
I need make my Javascript file see the vue and axios files
He was like this:
Andnowit'slikethis,ithasbeenfixed: Thechangewastoputthefileaxiosand...
I am learning to program in Laravel with VueJs, I am a beginner, I started to develop a simple CRUD and I was able to implement all the functionality of a CRUD, including field validations, my problem is with the field validations, in their mess...
Hello, I am a simple Laravel project and would like to configure my project for it to accept vue.js, but I am having this error message;
"Use of undefined constant titulo - assumed 'titulo' (View: C:\Users\Wladimir\Documents\projetos php\imove...
When I bring in the form for the user to fill in, I need that if the data already exists in the database, it will bring me the completed form with the possibility of the user "editing", but always creating a new record and not changing the alrea...
Once again I need your help a lot. You are giving me the following error when uploading image in laravel 5.4:
Method getClientOrinalExtension does not exist.
The following is my controller and the view:
Controller
namespa...
I watched some video lessons about RESTFul and did one in Laravel 5.4. Now I would like to use a template that I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?