Resource Routing Explained | Laravel 10 Tutorial #24

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

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

  • @kronux123
    @kronux123 Год назад +6

    I find this explanation of resource routing to be both interesting and useful. Personally, I prefer to use the " --resource " command when creating my controllers. This automatically generates all 7 default functions in the controller, saving me valuable time.

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

      Yea Great tip, using -r or --resource will save a good amount of time from having to write the methods all the time.

  • @skia515
    @skia515 Год назад +3

    Thanks
    I think It is a good way to save time but I think the classic way is better for big projects

  • @Odidi_Bee6ix
    @Odidi_Bee6ix 8 месяцев назад +1

    Nice course sofar.❤
    A nextjs laravel api course won't be bad

  • @wormy_coder
    @wormy_coder 6 месяцев назад +1

    Thanks for this video.

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

      Thanks for watching.

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

    thanks for the video man

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

    thanks a lot

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

    hellow just a quick one.how to do I creat a route in web for a model with two different foreign keys using resource routing for example ,
    table 1 and table2.then table 3 is the one housing the foreign keys for table 1 and table2

  • @egbovictor9840
    @egbovictor9840 5 месяцев назад

    attempt to read property "name" on null
    this is what I get when I comment out the old cods
    please help

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

    First

  • @Mr.Capone-
    @Mr.Capone- 11 месяцев назад +1

    is there a github with the source code of this project?

    • @yelocode
      @yelocode  11 месяцев назад

      The code is now available over here : github.com/yelocode/ideas