Admin page (middleware basics) | Laravel 10 Tutorial #35

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

ความคิดเห็น • 37

  • @yassinebrouk3296
    @yassinebrouk3296 23 วันที่ผ่านมา

    Thank you so much for this amazing Laravel tutorial! Your explanations are clear, detailed, and easy to follow, even for someone like me who is revisiting programming after a long time.
    This is by far the best Laravel course I have come across. Keep up the great work!

  • @TechChannel-ho4xn
    @TechChannel-ho4xn 7 หลายเดือนก่อน +2

    Thank you for your wonderful tutorial for beginners like me! Great work👍

    • @yelocode
      @yelocode  6 หลายเดือนก่อน

      Thanks for watching. Glad to hear that.

  • @bryonswanson6326
    @bryonswanson6326 ปีที่แล้ว +2

    Thank you for all your great work!

    • @yelocode
      @yelocode  ปีที่แล้ว

      Thanks for watching, glad the videos are helpful.

  • @jonasbirkelof3614
    @jonasbirkelof3614 ปีที่แล้ว +2

    Would love to see a more advanced role based tuorial!

    • @yelocode
      @yelocode  ปีที่แล้ว +2

      Thanks for watching. Will try to make a playlist of videos for this for sure.

  • @skia515
    @skia515 ปีที่แล้ว +2

    1:04 can please tell me how can I use another file (not just web.php or api.php) for other route directory as you pointed? 'cause I made a file named admin.php in routes folder and import Illuminate route and use Route::get('/admin', ...) . but not worked

    • @yelocode
      @yelocode  ปีที่แล้ว +2

      You need to register your new admin.php fine in the RouteServiceProvider.php file
      something like below should work:
      Route::middleware('web')
      ->group(base_path('routes/admin.php'));
      I do the same thing on this video : th-cam.com/video/D7ztp2I2Xc8/w-d-xo.htmlfeature=shared&t=417

    • @skia515
      @skia515 ปีที่แล้ว +1

      @@yelocode thanks man, your work is grate, you are best

  • @kouzokiodin3623
    @kouzokiodin3623 5 หลายเดือนก่อน +1

    Thank you so much

    • @yelocode
      @yelocode  5 หลายเดือนก่อน

      Thanks for watching.

  • @WEESPlayzZz
    @WEESPlayzZz ปีที่แล้ว +1

    Simple way 😊

  • @LoneTaha
    @LoneTaha 9 หลายเดือนก่อน

    so useful. thanks!

  • @yudanadhika4479
    @yudanadhika4479 2 หลายเดือนก่อน

    im here using laravel herd to create my project, it doesnt have its own kernel.php file, can i make and configure the file itself, or is it preconfigured by the herd environment, or is there a way to go around it?

  • @agneldominique352
    @agneldominique352 ปีที่แล้ว +1

    Thanks again

    • @yelocode
      @yelocode  ปีที่แล้ว

      Thanks for watching

  • @ousssika5359
    @ousssika5359 ปีที่แล้ว +1

    i just want to point it out, you can still access the login page and register page , when your are already logedIN

    • @yelocode
      @yelocode  ปีที่แล้ว +1

      Thanks for letting me know, will try to fix that in upcoming videos.

  • @ShadiMuhammad
    @ShadiMuhammad 6 หลายเดือนก่อน

    Good job Alex
    Could you please tell me the VSCode theme name/ id? 😃
    ...
    Btw, you can set the folder name while creating the controller & it'll be created automatically
    👉 Admin\\DashboardController
    - You can also click on "New File..." icon and add the full path of the file and VSCode will create all the non-existing folders
    👉 admins/index.blade.php
    ...
    Keep It Up Man, and don't forget the theme name✌

  • @israelterorisprikopat
    @israelterorisprikopat ปีที่แล้ว +1

    ❤❤❤

    • @yelocode
      @yelocode  ปีที่แล้ว

      Thanks for watching

  • @WEESPlayzZz
    @WEESPlayzZz ปีที่แล้ว +1

    We can do it with jetstream with more security ❤❤

    • @yelocode
      @yelocode  ปีที่แล้ว

      Thanks for watching 🙏

  • @jhuvelcolina3890
    @jhuvelcolina3890 2 หลายเดือนก่อน

    Can you do a tutorial on uploading laravel project in freehosting

  • @nazgyl
    @nazgyl ปีที่แล้ว

    Thanks! ❤

    • @yelocode
      @yelocode  ปีที่แล้ว

      You're welcome 😊

  • @eramitgupta271
    @eramitgupta271 ปีที่แล้ว +1

    Can you create real time charts? Laravel Livewire small project please 🙏

    • @yelocode
      @yelocode  ปีที่แล้ว

      Have charts planned, hopefully can get the video out soon

  • @skia515
    @skia515 ปีที่แล้ว +1

    6:03 I just knew add is_admin column is a just way to make a user admin, if it's another way, please make another videos for it.
    thanks

    • @yelocode
      @yelocode  ปีที่แล้ว +1

      You can also use a role based approach, where each use has an assigned role ex: admin, user and if needed you can also add permissions to that system.
      There is a package that can help make this easier : github.com/spatie/laravel-permission
      For the role based approach I cover it on this video (it's for a different course though) : th-cam.com/video/yoszLPgnudU/w-d-xo.html
      It might be helpful to you

    • @skia515
      @skia515 ปีที่แล้ว +1

      @@yelocode thanks. damet garm

  • @HamadAbdulla_7
    @HamadAbdulla_7 ปีที่แล้ว +1

  • @MrPokerGaming
    @MrPokerGaming 2 หลายเดือนก่อน

    Kernel.php in laravel 11.22.0 does not exist