Convert recent pilots/pireps to widgets #127

This commit is contained in:
Nabeel Shahzad
2018-01-08 19:53:55 -06:00
parent 1fc4bcba25
commit bb59dc1ef9
8 changed files with 139 additions and 49 deletions

View File

@@ -0,0 +1,22 @@
<?php
return [
//'default_namespace' => 'App\Widgets',
'use_jquery_for_ajax_calls' => false,
/*
* Set Ajax widget middleware
*/
'route_middleware' => [],
/*
* Relative path from the base directory to a regular widget stub.
*/
'widget_stub' => 'vendor/arrilot/laravel-widgets/src/Console/stubs/widget.stub',
/*
* Relative path from the base directory to a plain widget stub.
*/
'widget_plain_stub' => 'vendor/arrilot/laravel-widgets/src/Console/stubs/widget_plain.stub',
];