Laravel 10 tutorial - Build a REST API from scratch

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 48

  • @afazahamed4851
    @afazahamed4851 Год назад

    Crystal clear explanation, Thanks!

  • @kaihutchison484
    @kaihutchison484 Год назад +8

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

  • @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!!

  • @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

  • @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

  • @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

  • @gillesashley9314
    @gillesashley9314 Год назад +1

    Simple and very straightforward.

  • @abelotoikhian5003
    @abelotoikhian5003 10 месяцев назад

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

  • @StevieB86
    @StevieB86 6 месяцев назад

    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!

  • @057ahmadhilmand6
    @057ahmadhilmand6 10 месяцев назад

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

  • @jayjaycode4513
    @jayjaycode4513 10 месяцев назад

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

  • @SofaSofa-fw2bz
    @SofaSofa-fw2bz 7 месяцев назад

    You are super! THANK YOU VERY MUCH

  • @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

  • @wassy83
    @wassy83 9 месяцев назад

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

  • @BeaconofHopeNetwork
    @BeaconofHopeNetwork 10 месяцев назад

    very nice tutorial. What vscode extention are you using?

  • @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.

  • @mubafaw
    @mubafaw 6 месяцев назад

    Excellent tutorial. Thank you.

  • @maulanarahman8416
    @maulanarahman8416 Год назад

    makasih mas tutorialnya, org indonesia rupanya

  • @tukurhamid
    @tukurhamid Год назад

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

  • @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

  • @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.

  • @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.

  • @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

  • @bernanribeiro3329
    @bernanribeiro3329 Год назад

    Fantastic! Thanks too much!!!

  • @ali.muhsin
    @ali.muhsin Год назад

    Great job!

  • @rampun5788
    @rampun5788 Год назад

    very clear tutorial! thank you

  • @MasRiyanto89
    @MasRiyanto89 Год назад

    Whoa, very clear tutorial. Thanks man

  • @yendys74
    @yendys74 10 месяцев назад

    niceeee

  • @JaydeepChauhan-i1o
    @JaydeepChauhan-i1o Год назад

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

  • @TamerHamada
    @TamerHamada Год назад

    what is vs theme🥰

  • @giodafirst0
    @giodafirst0 Год назад

    great tutorial !

  • @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