Add Router to core.

This commit is contained in:
Maarten 2019-12-24 00:31:29 +01:00
parent 246bbed148
commit 69c761c3b1
58 changed files with 6451 additions and 157 deletions

View file

@ -8,7 +8,7 @@ class HomeController extends Controller {
public function index()
{
return "index method";
}
public function test()