davek1312 / routing
Bootstraps the illuminate/routing package
dev-master
2017-05-08 16:34 UTC
Requires
- davek1312/app: 0.2.*
- illuminate/events: ^5.4
- illuminate/routing: ^5.4
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2025-01-19 21:24:16 UTC
README
Bootstraps the illuminate/routing package.
Installation
The package is available on Packagist, you can install it using Composer.
composer require davek1312/routing
Configuration
Copy the index.php
and .htaccess
in vendor\davek1312\database\davek1312
into your application's root directory.
If you already have these files in your application just add the following to your index file:
<?php
$requestDispatcher = new \Davek1312\Routing\RequestDispatcher();
$requestDispatcher->dispatchRequest();
Register Routes
To register your routes view the App Package documentation.
Usage
You can view the routing documentation at Laravel.