đ§Install
to install this package you must have a fully setup Splade package and it's Breeze Starter Kit
composer require queents/tomato-admin -W
Use Install Command
you can use the install command to build your admin panel
NOTE
before installing if you are not using MacOS
please change the Yarn
path of config on the console-helper package after publishing the config file
php artisan tomato-admin:install
after tomato install everything run your npm
npm i
npm run build
Last updated