Download the PHP package webbingbrasil/filament-jetstream-theme without Composer
On this page you can find all versions of the php package webbingbrasil/filament-jetstream-theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbingbrasil/filament-jetstream-theme
More information about webbingbrasil/filament-jetstream-theme
Files in webbingbrasil/filament-jetstream-theme
Package filament-jetstream-theme
Short Description A custom theme for Filament inspired in Laravel Jetstream.
License MIT
Homepage https://github.com/webbingbrasil/filament-jetstream-theme
Informations about the package filament-jetstream-theme
Filament Jetstream Theme
A Jetstream theme for filament admin
Installation
Optionally, you can publish the config file using:
Optionally, you can publish the views using:
Password rule
This theme provides a password rule class, you can use it in any form validation:
By default, we provide a configuration property with a predefined password rule: config('filament-jetstream.password_rules')
,
This rule is used on the profile page, to customize publish and update the config file.
Profile page
This theme provides a basic profile page with user information and password update forms, it is registered by default but you can extend and customize the page using two methods.
Using render hooks
Make use of Filament's render hook to register additional content to profile page.
Extend profile page class
Another way to customize profile page is extending page class.
After create you custom page, publish theme config and update profile_page_class
property
User manage account menu
To register new items to the user menu, you should use a service provider:
Components
You can use a extra component to design you custom pages: <x-filament-jetstream::grid-section>
Usage example
Screenshots
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-jetstream-theme with dependencies
spatie/laravel-package-tools Version ^1.9.2
filament/filament Version ^2.16