Commit b7c25f19 authored by Nicolas Widart's avatar Nicolas Widart

Rename published folder (filter to middleware)

Fixes AsgardCms/Platform#75
parent 5b2f541e
......@@ -4,7 +4,7 @@ return [
'namespace' => 'Modules',
'stubs' => [
'enabled' => false,
'path' => base_path().'/vendor/pingpong/modules/src/Pingpong/Modules/Commands/stubs',
'path' => base_path() . '/vendor/pingpong/modules/src/Pingpong/Modules/Commands/stubs',
'files' => [
'start' => 'start.php',
'routes' => 'Http/routes.php',
......@@ -31,7 +31,6 @@ return [
],
],
],
'paths' => [
/*
|--------------------------------------------------------------------------
......@@ -83,13 +82,13 @@ return [
'repository' => 'Repositories',
'seeder' => 'Database/Seeders',
'controller' => 'Http/Controllers',
'filter' => 'Http/Filters',
'filter' => 'Http/Middleware',
'request' => 'Http/Requests',
'provider' => 'Providers',
'lang' => 'Resources/lang',
'views' => 'Resources/views',
'test' => 'Tests',
]
],
],
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment