This package seamlessly integrates all Laravel Jetstream features into your Filament application. Similar to Laravel Jetstream, it's designed for installation exclusively on a fresh Laravel application. There's no need to install Livewire, Jetstream, or Filament separately before using this package – it handles all the setup for you!
This package doesn't reinvent the wheel; instead, it leverages the Livewire components from Laravel Jetstream under the hood, stripping away any unnecessary elements. You have the flexibility to enable or disable features through the Jetstream configuration, and it seamlessly integrates with Filament for your panel.
You can install the package via composer:
composer require stephenjude/filament-jetstream
php artisan filament:jetstream:install --teams --api
You can remove the --teams
and --api
arguments if you don't want those features.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.