๐Ÿ“ขPublish Assets

you can publish a config file by using this command

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

you can publish view files by use this command

php artisan vendor:publish --tag="filament-menus-views"

you can publish language files by use this command

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

you can publish migration files by use this command

php artisan vendor:publish --tag="filament-menus-migrations"

Last updated