💽Config
php artisan vendor:publish --tag="tomato-cms-config"php artisan vendor:publish --tag="tomato-cms-views"php artisan vendor:publish --tag="tomato-cms-lang"php artisan vendor:publish --tag="tomato-cms-migrations"Config File
<?php
return [
"sections_buttons" => null,
"behance_username" => null,
"behance_service_id" => null,
"youtube_key" => null
];Last updated