Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 494 Bytes

config.md

File metadata and controls

25 lines (17 loc) · 494 Bytes

💽 Config

you can publish a config file by using this command

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

you can publish views file by using this command

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

you can publish languages file by using this command

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

you can publish migrations file by using this command

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