16 Laravel Filament Multi-Tenancy - FilamentPHP V3 Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • Multi-tenancy is the ability to serve multiple clients from a single application. This can be useful for SaaS applications, where each client has their own unique data and settings.
    Laravel Filament is a modern admin panel framework for Laravel. It provides a beautiful and easy-to-use interface for managing your application's data.
    In this video, we will show you how to implement multi-tenancy in Laravel Filament. We will cover the following topics:
    What is multi-tenancy and why is it useful?
    How to implement multi-tenancy in Laravel Filament
    How to create tenant accounts and manage their data
    How to use Filament's built-in features to support multi-tenancy
    If you are interested in learning how to implement multi-tenancy in Laravel Filament, then this video is for you!
    You can find me on:
    Twitter: @CodeWithTonyDev
    Github Repo: github.com/codewithtonyoffici...
    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

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

  • @tonyxhepaofficial
    @tonyxhepaofficial  10 месяцев назад +5

    Laravel Filament Multi-Tenancy - FilamentPHP V3 Tutorial

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

    this series is like a gem . pls give a lecture about multi panel login concept with separate admin table. my application have 3 authentication login window which have separate 3 admin table. so i need multiple admin panel .

  • @donaldit9890
    @donaldit9890 10 месяцев назад

    Great share

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

    Respect ❤

  • @encoder9709
    @encoder9709 10 месяцев назад

    Thank you bro ! 👍👍

  • @Tarikaydin16
    @Tarikaydin16 11 дней назад

    Thank you for video. Whats your vscode theme? I liked :)

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

    Thanks for these videos. It is possible to create or convert in a progressive web application with filamentphp?

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

    tony, could you tell when we use tenancy database. example POS system. then if we have a lot of customer and we think we should build ecommerce but our customer is use database as seperate. so how to build api or query the data from all DB. any solution to handle this? fast, long term and scarlable?

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

    How did you set up Shield (Roles & Permissions) alongside the Filament tenancy?

  • @engbz
    @engbz Месяц назад

    So how can we do this if we want each user to create a single team ?

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

    Possible to demo multitenancy using domains not paths?

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

    Why
    -tenantRegisteration()
    -tenantProfile()
    Do not work with me and nothing errors appear please help me

  • @solu8iproject889
    @solu8iproject889 10 месяцев назад

    action to download image please

  • @PabloZagni
    @PabloZagni 4 месяца назад

    Hi! what about the badge showing total Employees? How can we filter to get Employees os this tenant? How to get the active tenant?
    public static function getNavigationBadge(): ?string
    {
    return static::getModel()::query()->count();
    }

    • @PabloZagni
      @PabloZagni 4 месяца назад

      return static::getModel()::query()->where('team_id', Filament::getTenant()->id )->count();

  • @Tarikaydin16
    @Tarikaydin16 11 дней назад

    Thank you for video. Whats your vscode theme? I liked :)