Badge | Filament 3 Tutorial for Beginners EP15

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2023
  • Welcome to our Filament php 3 course, in this video we will cover how to add badges to your tables and how to change the color depending on the value.
    Colors Supported:
    filamentphp.com/docs/3.x/supp...
    Laravel blog course covering the same topic with roles and permissions:
    • Roles & Permissions | ...
    GithubCode :
    github.com/yelocode/laravel-b...
    Documentation for Authorization :
    filamentphp.com/docs/3.x/pane...
    Policies Tutorial:
    • Policies (permissions)...
    Filament 3. documentation link :
    filamentphp.com/docs/3.x/pane...
    ravel.com/
    Course Playlist ( next episode ):
    • Filament 3 course for ...
    My Livewire 3 Course :
    • Laravel Livewire 3 Cou...
    If you would like me to make more Filament 3 videos, please let me know by liking the video and commenting what you like to learn next.
    What is Filament PHP:
    A free and open source admin panel builder for laravel using the TALL stack that allows you to build beautiful admin panel pages in just a few minutes.

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

  • @ephro
    @ephro 7 месяцев назад +1

    Super 👌

  • @mogr488
    @mogr488 7 месяцев назад +1

    Thank you.

  • @HamadAbdulla_7
    @HamadAbdulla_7 7 месяцев назад +1

    Great bro

  • @iamjohndevx
    @iamjohndevx 7 месяцев назад

    Can you make a tutorial where I have a single column for different type for example
    I have a file column in db where I can use the filename or a url
    so in the form builder I have a visible only when the dropdown selected is url or a file
    if file then return the file upload
    and then if url then return the url.
    I've already with that but when I save the url input in returns a foreach error or array, but when the file uploaded it works and inserted
    I try to use the hydrated but It's not working for me.

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

    how to make that Total Users like that?

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

      You need to use widgets in filament, I will make a video about it.
      The widget on this video is from one of my free courses,
      can view it here : ruclips.net/video/LAZ9NYVEcYM/видео.html

  • @HamadAbdulla_7
    @HamadAbdulla_7 7 месяцев назад +1

    How do I redirect a user after login based on the panel they are allowed to view?

    • @yelocode
      @yelocode  7 месяцев назад +1

      You will have to write a custom login response and in there, check which panel user has access to and redirect them to that panel.
      Laravel daily has an article on login response, it's not quite what you are asking for, it does not check if user has autorization to view the panel.
      I will also try to make a video on this when covering panels
      laraveldaily.com/post/filament-disable-dashboard-auto-redirect-url-after-login

    • @HamadAbdulla_7
      @HamadAbdulla_7 7 месяцев назад +1

      Great 😍@@yelocode

    • @yelocode
      @yelocode  7 месяцев назад +1

      @@HamadAbdulla_7 ,🥲 looks like I did not add the link to include the laravel daily article I mentioned : laraveldaily.com/post/filament-disable-dashboard-auto-redirect-url-after-login

    • @HamadAbdulla_7
      @HamadAbdulla_7 7 месяцев назад

      @@yelocode oh good i try it