Laravel 10 tutorial - Build a REST API from scratch

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

КОМЕНТАРІ • 48

  • @kaihutchison484
    @kaihutchison484 Рік тому +8

    Thank you man. This is by far the most simplified RESTful API from scratch tutorial using Laravel 10.

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

    This is by far the fastest tutorial I've seen. Though it lacks explanation due to duration, it does serve well for basic tutorial. Thank you for the good job. Time to google about why I can't use other DB username other than root and about invokable controller

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

    Simple and very straightforward.

  • @bernanribeiro3329
    @bernanribeiro3329 Рік тому +2

    29:59 I was getting an error in my project, when it was giving me a 404 error for posts requests, I didn't know why, I got back and watch this video again. I realized I forgot to put accept key on hearders. Thank you once again!!

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

    you really nailed out we need more informative videos like this please bring more to gain insight of skills needed to handle in the industry thanks a lot hope you would make this type of video again a little more deeper with more information like security keys and more

  • @StevieB86
    @StevieB86 7 місяців тому

    You seem to have overlooked one very important thing in this video. Clicking save updates every tab. You need to save as. I realised this at the very end of the video. Maybe they've made updates to Postman since you made this video. Either way, great tutorial and I'll be following along again. Cheers!

  • @mubafaw
    @mubafaw 6 місяців тому

    Excellent tutorial. Thank you.

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

    Thank you very much. It's very clear and concise

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

    Thank you, man. This tutorial helped me to learn and understand how to do REST API from scratch using Laravel 10.

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

      Glad to hear that it help you.

  • @SofaSofa-fw2bz
    @SofaSofa-fw2bz 7 місяців тому

    You are super! THANK YOU VERY MUCH

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

    Crystal clear explanation, Thanks!

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

    Whoa, very clear tutorial. Thanks man

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

    very clear tutorial! thank you

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

    Fantastic! Thanks too much!!!

  • @ali.muhsin
    @ali.muhsin Рік тому

    Great job!

  • @jayjaycode4513
    @jayjaycode4513 10 місяців тому

    this was very easy to follow tutorial...you are the best. can you be my online personal online coach

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

    makasih mas tutorialnya, org indonesia rupanya

  • @BeaconofHopeNetwork
    @BeaconofHopeNetwork 10 місяців тому

    very nice tutorial. What vscode extention are you using?

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

    Thank you for the tutorial! Your VS code setup looks so clean, what is the list of extensions you using? Im strughling to find my setup, Php tools works incorrectly for me, it didnt recognise models methods like ::create and etc

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

    great tutorial !

  • @abelotoikhian5003
    @abelotoikhian5003 10 місяців тому

    I'm having difficulty publishing to Cpanel. Can you make a video for that?

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

    Dear how you suggest to organize the controller if I want to delete more then one task at once?

  • @JaydeepChauhan-i1o
    @JaydeepChauhan-i1o Рік тому

    Great !!!!!!!!😄😄😄😄😄😄😄

  • @yendys74
    @yendys74 10 місяців тому

    niceeee

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

    it was a great video, but why u created an Api>V1 folders? instead of just leaving the taskController file on Controllers folder? thank you!

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

      When you develop APIs, it's better to version your API. Versioning APIs ensures stability and backward compatibility for existing users while allowing for controlled growth and evolution. It is a crucial practice for building a successful API ecosystem that accommodates the needs of both developers and users in a dynamic technological landscape.
      You can check out my course here: bit.ly/laravel-vue-2023

  • @odiriteddieadamu4530
    @odiriteddieadamu4530 Рік тому +2

    Please my postman keeps returning null value for the data when I test for single task or try to update a task. Any help?

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

      same here did u find any solution ?

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

      @@yasminehl3864 Yeah, has an issue to do with postman and some servers. So you make the method for patch and delete POST as the method, then attach the right method of post or delete to the url itself

    • @clowny2
      @clowny2 10 місяців тому +1

      maybe you don't need it anymore but the only way i could fix this was like this:
      $users = Users::find($id);
      return UsersResource::make($users);

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

      you need to save the task and notice the color will turn to post instead of get

  • @057ahmadhilmand6
    @057ahmadhilmand6 10 місяців тому

    why is my project doesn't provide Request folder????

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

    Are you going to make a free Laravel 10 course?

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

      No I don't. This video is part of the "Laravel with Vue.js - Full stack web development" course update that will published soon.

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

    What about Laravel Orion? Do you prefer it from manually writing the entire API from scratch?

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

      Never heard it before. But, it's amazing laravel package for building API. Thanks for this nice info.

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

    Do you have paid courses in laravel 10 api?

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

      Yes, you can check out this link: www.udemy.com/course/laravel-vuejs-fullstack-web-development/?couponCode=7CBFD613F33F7CF0F4C2

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

    hi, it's ok, but the security part is missing ?

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

      The securiti part discussed in my paid course here:
      www.udemy.com/course/laravel-vuejs-fullstack-web-development/?couponCode=7CBFD613F33F7CF0F4C2

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

    what is vs theme🥰