⚙
Tomato Settings
Full Settings Generator / Manager with GUI for TomatoPHP build with Splade build with Laravel-settings

composer require tomatophp/tomato-settings
after installation use this command to install the package and publish assets
php artisan tomato-settings:install
you can generate a new setting for this package by using this command
php artisan tomato:setting
it will ask you for the setting name and if you like to put it inside a module as HMVC.
after running the command you must register the menu on the
tomato-admin
config or Module provider.Last modified 4mo ago