Initial PHP Slim project structure
This commit is contained in:
3
src/routes.php
Normal file
3
src/routes.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
$app->get('/', '\\BitGoblin\\Colossus\\Controllers\\HomeController:getIndex')->setName('dashboard');
|
Reference in New Issue
Block a user