πŸ’ΏConfig

Publish Assets

you can publish a config file by using this command

php artisan vendor:publish --tag="tomato-themes-config"

you can publish view files by use this command

php artisan vendor:publish --tag="tomato-themes-views"

you can publish language files by using this command

php artisan vendor:publish --tag="tomato-themes-lang"

you can publish migration files by using this command

php artisan vendor:publish --tag="tomato-themes-migrations"

Last updated