stephenjude / filament-jetstream
Supercharge your Filament Admin Panel with Laravel Jetstream.
Fund package maintenance!
stephenjude
Installs: 20 044
Dependents: 9
Suggesters: 0
Security: 0
Stars: 130
Watchers: 6
Forks: 14
Open Issues: 1
Requires
- php: ^8.1
- filament/filament: ^3.0
- illuminate/contracts: ^10.0|^11.0
- laravel/jetstream: ^4.2|^5.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9|^8.0
- orchestra/testbench: ^8.14|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
README
Filament Jetstream
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!
How It Works
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.
Installation
You can install the package via composer:
composer require stephenjude/filament-jetstream
Install Jetstream With Teams And API Features
php artisan filament:jetstream:install --teams --api
You can remove the --teams
and --api
arguments if you don't want those features.
Screenshots
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.