Skip to content

Integrate all Laravel Jetstream features into your Filament application.

License

Notifications You must be signed in to change notification settings

juliancc/filament-jetstream

This branch is 4 commits ahead of, 42 commits behind stephenjude/filament-jetstream:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 29, 2024
f874bf0 · Mar 29, 2024

History

66 Commits
Mar 25, 2024
Feb 29, 2024
Feb 25, 2024
Mar 29, 2024
Mar 9, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Mar 9, 2024
Feb 25, 2024
Mar 2, 2024
Mar 29, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024
Feb 25, 2024

Repository files navigation

Filament Jetstream

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.

About

Integrate all Laravel Jetstream features into your Filament application.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.5%
  • JavaScript 7.0%
  • Blade 6.5%