variety of premium plugins

Learn More
Dynamic Dashboard Releases Notes

Dynamic Dashboard Releases Notes

Changelogs and Releases Notes for Dynamic Dashboard: Simple way to manage widgets for your website landing page. and filament dashboard..

Running Lara Zeus packages and the website doesn't come for free. You can help support us by checking out relevant sponsors from the banner above.

v3.0.1

What's Changed

  • Bump aglipanci/laravel-pt-action from 2.3.0 to 2.3.1 by @dependabot
  • fix UI and the usage of plug config FE

v3.0.0

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

v2.1.4

What's Changed

  • fix nav

v2.1.3

What's Changed

  • brg back config file and small fixes

v2.1.2

What's Changed

  • Update FormsWidget.blade.php
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot

v2.1.1

What's Changed

  • fix get model

v2.1.0

⚠️⚠️ the configuration for models has been changed to:

->raModels([
        'Layout' => \LaraZeus\Ra\Models\Layout::class,
        'Columns' => \LaraZeus\Ra\Models\Columns::class
    ])

What's Changed

  • Bump actions/checkout from 3 to 4 by @dependabot
  • refactor configuration model

v2.0.4

What's Changed

  • fix filament styles

v2.0.3

What's Changed

  • fix width

v2.0.2

What's Changed

  • fix get title

v2.0.1

What's Changed

  • check if form not found

v2.0.0

fally 🚀

v2.0.0-beta8

fix reactive

fixes

v2.0.0-beta6

small fixes

v2.0.0-beta5

fix layout clasess

v2.0.0-beta4

update to filament last version and some fixes

v2.0.0-beta3

v2.0.0-beta2

update for filament v3

v2.0.0-beta1

update core 3

1.1.1

What's Changed

  • Update trans
  • update core

1.1.0

What's Changed

  • Customize columns models

important

update the config file to clude: 'columns' => \LaraZeus\Ra\Models\Columns::class,

the models array

or republish the config file

php artisan vendor:publish --tag=zeus-ra-config --force

1.0.6

What's Changed

  • fix migration file name

1.0.5

What's Changed

  • add some validation for all widgets

1.0.4

What's Changed

  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot
  • update all dependecies

New Contributors

  • @dependabot made their first contribution

1.0.3

What's Changed

  • tons of updates
  • add new widgets: Forms, Menu, Library, Faq. All from Sky update Docs on how to make a new widget
  • fixes for phpstan
  • improve UI
  • refactor widget class
  • add a command to create a custom widget

1.0.2

What's Changed

  • update zeus core

1.0.1

What's Changed

  • fix primary color 🦩

1.0.0

What's Changed

  • refactor and prepare for stable release

0.0.8

What's Changed

  • Refactor widgets
  • Update core
  • Imporve UI
  • Add sky widget