2017 © Pedro Peláez
 

library laravel-laroute

Extend aaronlord/laroute package.

image

samturrell/laravel-laroute

Extend aaronlord/laroute package.

  • Wednesday, January 17, 2018
  • by samturrell
  • Repository
  • 0 Watchers
  • 1 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laroute

This package extends the original aaronlord/laroute package with a more lightweight footprint. It does this by removing route actions and other properties that aren't necessarily required or "safe" to freely expose. This modified functionality is taken from the axn/laravel-laroute package with additional functionality and even smaller footprint., (*1)

Installation

Install via Composer:, (*2)

composer require samturrell/laroute

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider to the array of providers in config/app.php:, (*3)

'providers' => [
    // ...
    SamTurrell\Laroute\ServiceProvider::class,
],

How to use

The readme of the original project (aaronlord/laroute) should provide adequate instructions for use., (*4)

The only thing to note is that only the route name related methods and data are available., (*5)

In addition, there is a new method in the javascript called currentRoute() which will return the route you're currently on. This is also available when calling the route() method when you don't provide a route name., (*6)

The Versions

17/01 2018

dev-master

9999999-dev https://github.com/samturrell/laroute

Extend aaronlord/laroute package.

  Sources   Download

MIT

The Requires

 

by AXN Informatique
by Aaron Lord

17/01 2018

0.1.1

0.1.1.0 https://github.com/samturrell/laroute

Extend aaronlord/laroute package.

  Sources   Download

MIT

The Requires

 

by AXN Informatique
by Aaron Lord

18/11 2017

0.1.0

0.1.0.0 https://github.com/samturrell/laroute

Extend aaronlord/laroute package.

  Sources   Download

MIT

The Requires

 

by AXN Informatique
by Aaron Lord