you are reading the documentation for version
v2
our latest version is
v3
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/dynamic-dashboard
On this page
Create Custom Widget
Add any custom widget you want.
Create the widget using the following command, passing the name of the widget:
1php artisan make:zeus-widget Forms
this will create two files:
FormsWidget.php
to define all fields you want to store it with the widget
FormsWidget.blade.php
the view to be rendered on the frontend
Customization
check out the contract LaraZeus\Rain\Widgets\Widget.php
and see all the available methods.