🌭
Tomato Sauce
a full reports generator plugin to build dashboard reports

composer require tomatophp/tomato-sauce
after installation please run this command
php artisan tomato-sauce:install
after installation please copy this to your app.js
import charts from "../../vendor/tomatophp/tomato-sauce/resources/js/charts.vue";
and after
createApp()
.component("charts", charts)
Last modified 6mo ago