🎛
Customization
you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-ketchup-config"
you can publish views file by use this command
php artisan vendor:publish --tag="tomato-ketchup-views"
you can publish languages file by using this command
php artisan vendor:publish --tag="tomato-ketchup-lang"
you can publish migrations file by using this command
php artisan vendor:publish --tag="tomato-ketchup-migrations"
Last modified 3mo ago