Update Framework

This commit is contained in:
Maarten 2019-12-23 18:55:25 +01:00
parent 06f17dff5b
commit 69f3313f0f
19 changed files with 974 additions and 35 deletions

View file

@ -0,0 +1,6 @@
<?php
use Pecee\SimpleRouter\SimpleRouter;
SimpleRouter::get('/', 'HomeController@index')->name('index');
SimpleRouter::get('/test', 'HomeController@test')->name('test');