🍕
Tomato Themes
A Theme System Like Wordpress on your Tomato Admin

composer require tomatophp/tomato-themes
after installing your package please run this command
php artisan tomato-themes:install
you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-themes-config"
you can publish views file by using this command
php artisan vendor:publish --tag="tomato-themes-views"
you can publish languages file by using this command
php artisan vendor:publish --tag="tomato-themes-lang"
you can publish migrations file by using this command
php artisan vendor:publish --tag="tomato-themes-migrations"
Last modified 3mo ago