dev-master
9999999-dev https://bitbucket.org/davek1312/routingBootstraps the illuminate/routing package
MIT
The Requires
The Development Requires
by David Kelly
bootstrap routing illuminate
Wallogit.com
2017 © Pedro Peláez
Bootstraps the illuminate/routing package
Bootstraps the illuminate/routing package., (*1)
The package is available on Packagist, you can install it using Composer., (*2)
composer require davek1312/routing
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:, (*3)
<?php $requestDispatcher = new \Davek1312\Routing\RequestDispatcher(); $requestDispatcher->dispatchRequest();
To register your routes view the App Package documentation., (*4)
You can view the routing documentation at Laravel., (*5)
Bootstraps the illuminate/routing package
MIT
bootstrap routing illuminate