On this page
Composer
You can install the package via composer:
1composer require lara-zeus/dynamic-dashboard
publish
for your convenient, we create a one command to publish them all:
1php artisan dynamic-dashboard:publish
the command will publish the following: config,views and translations. and zeus assets.
you can pass --force
option to force publishing all the files, helps if you're updating the package
Migrations
to publish the migrations files
1php artisan vendor:publish --tag=zeus-dynamic-dashboard-migrations
Assets
to publish the assets files for the frontend:
1php artisan vendor:publish --tag=zeus-assets
Run Migration
finally, run the migration:
1php artisan migrate