Commit 2d6f59df authored by Nicolas Widart's avatar Nicolas Widart

Update module configuration

parent 06c64057
...@@ -15,13 +15,20 @@ return [ ...@@ -15,13 +15,20 @@ return [
'composer' => 'composer.json', 'composer' => 'composer.json',
], ],
'replacements' => [ 'replacements' => [
'start' => ['LOWER_NAME'], 'start' => ['LOWER_NAME'],
'routes' => ['LOWER_NAME', 'STUDLY_NAME'], 'routes' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE'],
'json' => ['LOWER_NAME', 'STUDLY_NAME'], 'json' => ['LOWER_NAME', 'STUDLY_NAME', 'MODULE_NAMESPACE'],
'views/index' => ['LOWER_NAME'], 'views/index' => ['LOWER_NAME'],
'views/master' => ['STUDLY_NAME'], 'views/master' => ['STUDLY_NAME'],
'scaffold/config' => ['STUDLY_NAME'], 'scaffold/config' => ['STUDLY_NAME'],
'composer' => ['LOWER_NAME', 'STUDLY_NAME', 'VENDOR', 'AUTHOR_NAME', 'AUTHOR_EMAIL'], 'composer' => [
'LOWER_NAME',
'STUDLY_NAME',
'VENDOR',
'AUTHOR_NAME',
'AUTHOR_EMAIL',
'MODULE_NAMESPACE'
],
], ],
], ],
......
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