This package adapts Laravel Jetstream Livewire into your filament admin panel, and it supports team, api and dark mode.
You can install the package via composer:
composer require stephenjude/filament-jetstream
Install Jetstream with team, api and email verification.
php artisan filament:jetstream:install --team --api --verification
You can publish the config file with:
php artisan vendor:publish --tag="filament-jetstream-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-jetstream-views"
This is the contents of the published config file:
return [
];
php artisan
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.