Named Routes In Laravel | Learn Laravel From Scratch | Laravel For Beginners | Learn Laravel

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

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

  • @codewithdary
    @codewithdary  2 года назад

    LETS CONNECT THROUGH INSTAGRAM.
    instagram.com/codewithdary

  • @CutinChai
    @CutinChai 2 года назад

    thank you what if in your routes you have products/cake and products/books how can I only call to link to procuts/books? instead of /products

  • @mobin5204
    @mobin5204 4 года назад

    You have the best Dary
    ,
    But if possible, Please upload little bit faster about this tutorials?
    Because I'm learning with your amazing tutorials and Maybe there 's another friends to do the same.
    thanks

  • @rajabhishek2936
    @rajabhishek2936 4 года назад

    Awosem video

  • @upperlip
    @upperlip 4 года назад

    Ik was checking some more tutorials on laravel and came across a routing that looked somewhat like this:
    Route::prefix('users')->namespace('Users')->name('users.)->group(function(){
    //routing goes here
    }
    The progression of different methods confuses me (prefix, namespace, name, group).
    I hope these tutorials will also treat those more complex routings.

    • @codewithdary
      @codewithdary  4 года назад

      Thanks for sharing! Might be something I create in advanced Laravel videos.