Add web middleware to laravel-widgets (#1281)
Title says it all ... Added web middleware to laravel-widgets config so the widget auto-reload / auto-refresh options can work with full functionality.
This commit is contained in:
@@ -8,7 +8,7 @@ return [
|
||||
/*
|
||||
* Set Ajax widget middleware
|
||||
*/
|
||||
'route_middleware' => [],
|
||||
'route_middleware' => ['web'],
|
||||
|
||||
'widget_stub' => 'resources/stubs/widgets/widget.stub',
|
||||
'widget_plain_stub' => 'resources/stubs/widgets/widget_plain.stub',
|
||||
|
||||
Reference in New Issue
Block a user