Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 487 Bytes

config.md

File metadata and controls

25 lines (17 loc) · 487 Bytes

💿 Config

you can publish a config file by using this command

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

you can publish view files by using this command

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

you can publish language files by using this command

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

you can publish migration files by using this command

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