davek1312/routing

Bootstraps the illuminate/routing package

dev-master 2017-05-08 16:34 UTC

This package is auto-updated.

Last update: 2024-04-19 19:33:46 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.