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