Prepare component
This commit is contained in:
8
routes/koneko_website_cms.php
Normal file
8
routes/koneko_website_cms.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Koneko\VuexyAdmin\Support\Routing\RouteScope;
|
||||
|
||||
RouteScope::auto(__FILE__, function (RouteScope $r) {
|
||||
|
||||
});
|
Reference in New Issue
Block a user