18 Authentication Features - FilamentPHP V3 Tutorial

Поделиться
HTML-код
  • Опубликовано: 9 окт 2024
  • Laravel Filament authentication features allow to register, login and edit the profile.
    Laravel Filament is a powerful admin panel framework for Laravel that makes it easy to create custom admin panels for your applications. In Filament 3, the ability to create multiple panels was introduced. This allows you to create separate panels for different users or groups of users, each with its own set of resources, pages, and widgets.
    This video will teach you how to create multiple panels in Laravel Filament. You will learn how to:
    Create a new panel
    Register resources, pages, and widgets to a panel
    Assign users to panels
    Switch between panels
    This video is ideal for anyone who wants to learn how to create multiple panels in Laravel Filament, or who wants to learn more about the new features in Filament 3.
    You can find me on:
    Twitter: @CodeWithTonyDev
    Github Repo: github.com/cod...
    Laravel Hosting: hostinger.com?REFERRALCODE=1TONY55
    Latest Playlists:
    Laravel Event Project: • Laravel Event Project ...
    Laravel Spade Employees Management: • Laravel Splade Employe...
    React Authentication: • Laravel React Authenti...
    Vue Authentication: • Vue Authentication Tut...
    🚀 #Laravel #Filament #WebDevelopment #Notifications #multi-tenancy #multiplePanels

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

  • @tonyxhepaofficial
    @tonyxhepaofficial  Год назад +4

    Authentication Features - FilamentPHP V3 Tutorial

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

    Thanks Mr. Tony, I hope you can make more videos about Filament PHP 👍👍

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

    Hi Tony Love your videos! Ariane here from The Philippines! 🙂

  • @AMoktar
    @AMoktar 8 месяцев назад

    Thanks Tony, for this greate tutorials.
    Can you please tell what does the panel method '->default()' do ?
    Thanks again..

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

    Thank you so much Dear sir That Was really helpful

  • @АртурЗарипов-б2й
    @АртурЗарипов-б2й 11 месяцев назад

    Thank you very much!

  •  3 месяца назад

    I aprecciet all your videos.
    I have a "active" column in my USER moel, it its a "boolean", I need that only active users can login, but i don't find where i most to change it,
    can you help me?

  • @mazkasr8542
    @mazkasr8542 10 месяцев назад +2

    hello, do know how i coulod retrieve the current id of a logged in user in filament panel?

  • @putrirahmayani8845
    @putrirahmayani8845 11 месяцев назад +2

    where's the apppanelprovider?

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

    why i cant use the visible() method in MenuItem?, that error say MenuItem::visible() does not exist

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

      i have the same issue. did you solve it?

    • @itouch2004
      @itouch2004 11 месяцев назад +1

      You have to update filamet 3.0-stable to 3.0.84
      Chage composer.json file like that
      {
      // ...
      "require": {
      "filament/filament": "*",
      },
      // ...
      "minimum-stability": "dev",
      }
      and run composer update command
      its work for me