rits-tecnologia/modular

View on GitHub
stub/application/config/modular.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Modular Configuration
    |--------------------------------------------------------------------------
    |
    | This option controls where the application modules will be locates. The
    | `available` array lists all modules that should be loaded when the
    | service provider boots up. The key from the enabled array determines the
    | priority loading the modules.
    |
    */

    'available' => [
    ],

];