πŸ“’Publish Assets

Publish Assets

you can publish a config file by using this command

php artisan vendor:publish --tag="filament-users-config"

you can publish language files by use this command

php artisan vendor:publish --tag="filament-users-lang"

Publish Resource

you can publish the resource to your project

php artisan filament-user:publish

it will publish the resource to your project

than go to filament-user.php config file and change the publish_resource to true

Last updated