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