User Resource For Filament Admin
Before install looking for this packages and install it
You can install the package via composer:
composer require 3x1io/filament-userPublish Translation and config
php artisan vendor:publish --tag="filament-user-config"
php artisan vendor:publish --tag="filament-user-translations"and now clear cache
php artisan optimize:clearyou can publish the resource to your project
php artisan filament-user:publishit will publish the resource to your project
than go to filament-user.php config file and change the publish_resource to true
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.
