variety of premium plugins

Learn More

dynamic-dashboard

you are reading the documentation for version v1 our latest version is v3 make sure to select the correct version.
to check your version use: composer show lara-zeus/dynamic-dashboard

Composer

You can install the package via composer:

composer require lara-zeus/rain

publish

for your convenient, we create a one command to publish them all:

php artisan rain: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

php artisan vendor:publish --tag=zeus-rain-migrations

Assets

to publish the assets files for the frontend:

php artisan vendor:publish --tag=zeus-assets

Run Migration

finally, run the migration:

php artisan migrate