Download the PHP package almosoft/widgetmanager without Composer
On this page you can find all versions of the php package almosoft/widgetmanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download almosoft/widgetmanager
More information about almosoft/widgetmanager
Files in almosoft/widgetmanager
Package widgetmanager
Short Description :Widget manager for backpackforlaravel
License MIT
Homepage https://github.com/Aleksandr1705
Informations about the package widgetmanager
widgetmanager
Simple widget manager for backpackforlaravel.
Installation
Via Composer
During installation your current dashboard view will be replaced with standard dashboard view from backpack.
After install you need to fix adminlte js. Adminlte fix
Manual Installation
-
Add menus to sidebar:
-
Publish WidgetBodyController controller:
-
Publish assets:
-
Publish config:
-
Publish views (optionally):
-
Publish languages (optionally):
- Update autoloader:
Usage
Add widgetboard to dashboard view (resources/views/vendor/backpack/base/dashboard.blade.php)
Or single widget:
If dashboard view is missing, you need to publish it from backpackforlaravel:
- Add widgets from Widgets menu;
If image is not showing, probabaly you need to create storage link:
- Add functions for widgets in WidgetBodyController, which returns body of widget;
- Optionally add footer functions: Function name=BodyFunction+Footer for static widgets in WidgetBodyController, which returns footer of widget;
- Add widgets to widgetboard from main dashboard;
Important
AdminLTE has error with box-refresh as described in AdminLTE issue 1976, but not fixed in version 2.4.8 yet. Fixed file adminlte.js copy to your public\vendor\adminlte\dist\js\ directory.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Aleksandr
- All Contributors
License
license. Please see the license file for more information.