💿Config
php artisan vendor:publish --tag="tomato-coupons-config"php artisan vendor:publish --tag="tomato-coupons-views"php artisan vendor:publish --tag="tomato-coupons-lang"php artisan vendor:publish --tag="tomato-coupons-migrations"Last updated
you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-coupons-config"you can publish view files by using this command
php artisan vendor:publish --tag="tomato-coupons-views"you can publish language files by using this command
php artisan vendor:publish --tag="tomato-coupons-lang"you can publish migration files by using this command
php artisan vendor:publish --tag="tomato-coupons-migrations"Last updated