2017 © Pedro Peláez
 

library routing

Bootstraps the illuminate/routing package

image

davek1312/routing

Bootstraps the illuminate/routing package

  • Monday, May 8, 2017
  • by davek1312
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

davek1312/routing

Bootstraps the illuminate/routing package., (*1)

Installation

The package is available on Packagist, you can install it using Composer., (*2)

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:, (*3)

<?php

$requestDispatcher = new \Davek1312\Routing\RequestDispatcher();
$requestDispatcher->dispatchRequest();

Register Routes

To register your routes view the App Package documentation., (*4)

Usage

You can view the routing documentation at Laravel., (*5)

The Versions

08/05 2017

dev-master

9999999-dev https://bitbucket.org/davek1312/routing

Bootstraps the illuminate/routing package

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Kelly

bootstrap routing illuminate