laravel-widgets
laravel-widgets copied to clipboard
Widgets for Laravel
Hello. Sometimes we need to have extra logic with widget groups. For example, make tabs fo them. ``` {{ $widget["name"] }} {{ Widget::group('group')->display() }} ``` So we need to loop...
I have chartjs chart in my widget , if i called it @widget it works fine but when i try to load it via @asyncWidget it does not work ....
Hi everyone, @arrilot , I am having a similar issue with the widget to that one: https://github.com/arrilot/laravel-widgets/issues/63. For each widget I am getting in the console: Uncaught TypeError: jQuery is...
When a site is located in subdirectory but not the root folder (site.com/sub/ and not the site.com/) async widgets will send request to root (site.com/arrilot/load-widget and not site.com/sub/arrilot/load-widget) so widgets...