Skip to content

Integrate all Laravel Jetstream features into your Filament application.

License

Notifications You must be signed in to change notification settings

stephenjude/filament-jetstream

Repository files navigation

Laravel Jetstream adapter for Filament Admin Panels

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

This package adapts Laravel Jetstream Livewire into your filament admin panel, and it supports team, api and dark mode.

Installation

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 [
];

Usage

php artisan 

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.

About

Integrate all Laravel Jetstream features into your Filament application.

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published