Skip to content
forked from frode81/Starter

A filament starter with Multi-Tenant, Filament Shield, Filament Exception, Impersonate and Backgrounds

Notifications You must be signed in to change notification settings

HRR1337/Starter

This branch is 25 commits ahead of frode81/Starter:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a91548 · Feb 6, 2025

History

34 Commits
Feb 6, 2025
Feb 4, 2024
Dec 27, 2024
Feb 6, 2025
Feb 4, 2024
Feb 4, 2025
Jan 29, 2025
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Feb 4, 2024
Mar 9, 2024
Feb 6, 2025
Feb 4, 2024
Dec 27, 2024
Feb 4, 2025
Jan 10, 2025
Feb 6, 2025
Feb 4, 2024
Feb 4, 2024
Dec 18, 2024
Feb 4, 2024

Repository files navigation

Filament Starter

Filament Starter is a Filament distribution with lots of pre-installed.

New Installation

Run migrations

php artisan migrate

Create the first/admin user:

php artisan make:filament-user

Init FilamentShield

php artisan shield:install

For the FilamentShield install, answer "yes" to all questions it asks.

Seed First Tenant

You can customize your tenant team name at database\Seeders\FirstTenantSeeder IMX will be default

Team::create([
    'name' => 'IMX',
    'slug' => 'IMX',
])->users()->attach(User::find(1));

Then Run This

php artisan db:seed

You can now go to /admin on your site and you should see the filament login screen.

About

A filament starter with Multi-Tenant, Filament Shield, Filament Exception, Impersonate and Backgrounds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.5%
  • JavaScript 11.1%
  • Blade 10.6%
  • Python 0.8%