php-framework/stubs/Mod/Example/config.php.stub

13 lines
290 B
Text

<?php
return [
/*
|--------------------------------------------------------------------------
| {{ name }} Module Configuration
|--------------------------------------------------------------------------
*/
'enabled' => env('{{ upper_slug }}_ENABLED', true),
];