Skip to content

v3.0.0

Compare
Choose a tag to compare
@atmonshi atmonshi released this 11 Dec 21:07
· 29 commits to 3.x since this release

changing the package name and new features

to upgrade to v3, the name and the name space changed from Rain to DynamicDashboard

1- so first publish the config:

php artisna vendor:publish --tag=zeus-dynamic-dashboard-config

this will crate the new config file zeus-dynamic-dashboard.php, and you can move your configuration from the old file zeus-rain

2- change the call in the plugins array in your panel provider

DynamicDashboardPlugin::make()

3- run the update script, since the namespace has changed, you need to run this command in the production to update the class names

make sure to backup your database

php artisan dynamic-dashboard:update-class

this will change LaraZeus\Rain to LaraZeus\DynamicDashboard