💿Config
php artisan vendor:publish --tag="tomato-builder-config"php artisan vendor:publish --tag="tomato-builder-views"php artisan vendor:publish --tag="tomato-builder-lang"php artisan vendor:publish --tag="tomato-builder-migrations"Config File
<?php
return [
"stubs-path" => "vendor/tomatophp/tomato-builder/src/stubs/",
];Last updated