phpvms/resources/modules/stubs/start.stub
2017-12-01 14:34:37 -06:00

18 lines
521 B
Plaintext

<?php
/*
|--------------------------------------------------------------------------
| Register Namespaces And Routes
|--------------------------------------------------------------------------
|
| When a module starting, this file will executed automatically. This helps
| to register some namespaces like translator or view. Also this file
| will load the routes file for each module. You may also modify
| this file as you want.
|
*/
/*if (!app()->routesAreCached()) {
require __DIR__ . '$ROUTES_LOCATION$';
}*/