Plugins
Jetstream
About Integrate all Laravel Jetstream features into your Filament application.
Kit
Panel Builder
Dark theme support
Yes
Multi language support
Yes
Compatible with the latest version
Supported versions: 3.x
Documentation

Edit Profile

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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

Edit Profile


Edit Profile


Edit Team


Edit Team


Edit Team

#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.

Featured Plugins