User Resource For FilamentPHP Admin Dashboard
composer require tomatophp/filament-users
finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php
$panel->plugin(\TomatoPHP\FilamentUsers\FilamentUsersPlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-users-config"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-users-lang"
you can publish the resource to your project
php artisan filament-users:publish
it will publish the resource to your project
than go to filament-users.php
config file and change the publish_resource
to true
you can join our discord server to get support TomatoPHP
you can check docs of this package on Docs
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.