...
This commit is contained in:
Simon Sessingø
2015-09-19 23:21:03 +02:00
parent 45779913ab
commit 61857726dd
-1
View File
@@ -35,7 +35,6 @@ SimpleRouter::init($defaultControllerNamespace);
## Adding routes
Remember the ```routes.php``` file you required in your ```index.php```? This file will contain all your custom rules for routing.
This router is heavily inspired by the Laravel 5.* router, so anything you find in the Laravel documentation should work here as well.
### Basic example