changg the package name and new features
to upgrade to v3, the name and the name space changed from Ra
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-ra
2- change the call the plugs
array your panel provider
DynamicDashboardPlug::make()
3- run the update script, sce the namespace has changed, you need to run this command the production to update the class names
make sure to backup your database
php artisan dynamic-dashboard:update-class
this will change LaraZeus\Ra
to LaraZeus\DynamicDashboard