CRUD API with Laravel 9 | The Ultimate Guide 🚀

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 11

  • @socode.9954
    @socode.9954 Рік тому

    Like how you explained the whole process step by step.
    Thanks a lot for helping, Have a great Day

  • @luiscarlos715
    @luiscarlos715 9 місяців тому

    You just saved my projet

  • @manashbharali
    @manashbharali 2 роки тому +1

    Great video, I'd love to watch how you create roles and permission for users Application in Laravel

  • @ТимурГолубев-ш1я

    Thanks for a great video! Is there any explanation why might the update and delete operations not working?

  • @volodymyrselevertov
    @volodymyrselevertov Рік тому

    Thank you mister for very helpfull tutorial keep it up :)

  • @EdrisRanjbar
    @EdrisRanjbar 2 роки тому

    this video was very helpful for me

  • @enafor99
    @enafor99 2 роки тому

    great tutorial ! thank you so much

  • @hassanfarooq7379
    @hassanfarooq7379 Рік тому

    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.

    • @hassanfarooq7379
      @hassanfarooq7379 Рік тому +1

      Solved by just adding "Accept: application/json" header in my request. Thank you!

  • @enafor99
    @enafor99 2 роки тому

    If you can make tutorial for multi roles and Permissions that will be great ! Tank you again

  • @raptor7483
    @raptor7483 2 роки тому

    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?