Great video and easy to understand explanation. It's a fantastic start to a web app. If possible you could add authorisation to it with Sanctum and Vue as frontend. Then as others suggested roles and permissions (maybe with Spatie package, unless there's better way now). That would make it ultimate guide 😜 I have a question regarding updating a user. In previous versions of Laravel when I tried to update a user but email was the same unique validation would throw an error if it was left like in the video. Is it still the case?
Like how you explained the whole process step by step.
Thanks a lot for helping, Have a great Day
You just saved my projet
Great video, I'd love to watch how you create roles and permission for users Application in Laravel
Thanks for a great video! Is there any explanation why might the update and delete operations not working?
Thank you mister for very helpfull tutorial keep it up :)
this video was very helpful for me
great tutorial ! thank you so much
Thank you David. Anyone experiencing redirection to home page when post request to Store method is sent? I am using postman to send api request.
Solved by just adding "Accept: application/json" header in my request. Thank you!
If you can make tutorial for multi roles and Permissions that will be great ! Tank you again
Great video and easy to understand explanation.
It's a fantastic start to a web app. If possible you could add authorisation to it with Sanctum and Vue as frontend.
Then as others suggested roles and permissions (maybe with Spatie package, unless there's better way now).
That would make it ultimate guide 😜
I have a question regarding updating a user. In previous versions of Laravel when I tried to update a user but email was the same unique validation would throw an error if it was left like in the video.
Is it still the case?