Create a stub route files to overwrite default routes stub

parent 45af90ee
<?php
use Illuminate\Routing\Router;
/** @var Router $router */
// overwritten by custom config
$router->group(['prefix' =>'/$LOWERCASE_MODULE$'], function (Router $router) {
// append
});
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