PHPackages                             casa-parks/extract-routes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. casa-parks/extract-routes

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

casa-parks/extract-routes
=========================

Casa-Parks' Laravel route extracter.

1.0.0(9y ago)161MITPHPPHP &gt;=5.6.4

Since Mar 15Pushed 9y agoCompare

[ Source](https://github.com/Casa-Parks/Extract-Routes)[ Packagist](https://packagist.org/packages/casa-parks/extract-routes)[ RSS](/packages/casa-parks-extract-routes/feed)WikiDiscussions develop Synced 4w ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/d70f3e5dabbc47f15919441fc0a27e7c14e7e4d1852042a6aa3cbeb5a5c4d597/68747470733a2f2f7472617669732d63692e6f72672f436173612d5061726b732f457874726163742d526f757465732e737667)](https://travis-ci.org/Casa-Parks/Extract-Routes)[![Total Downloads](https://camo.githubusercontent.com/ebb39df1dc8df05b9e26d42c78238a1dda3048d51ddd50af7dfe27d2241a790d/68747470733a2f2f706f7365722e707567782e6f72672f436173612d5061726b732f457874726163742d526f757465732f642f746f74616c2e737667)](https://packagist.org/packages/Casa-Parks/Extract-Routes)[![Latest Stable Version](https://camo.githubusercontent.com/62d726d9d35eb929bff8981b6cb2cdcc55cbc75afac3cf1770f3d9928a8de430/68747470733a2f2f706f7365722e707567782e6f72672f436173612d5061726b732f457874726163742d526f757465732f762f737461626c652e737667)](https://packagist.org/packages/Casa-Parks/Extract-Routes)[![License](https://camo.githubusercontent.com/6159ef7915ee3626fbb53ea75a964d603bf5afea39e8f32c44a617967460a002/68747470733a2f2f706f7365722e707567782e6f72672f436173612d5061726b732f457874726163742d526f757465732f6c6963656e73652e737667)](https://packagist.org/packages/Casa-Parks/Extract-Routes)

Introduction
------------

[](#introduction)

Extract Routes is a simple provision of route listing, designed for providing use to the front end (IE: in JavaScript).

License
-------

[](#license)

Extract Routes is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Installation
------------

[](#installation)

To get started with Extract Routes, use Composer to add the package to your project's dependencies:

```
composer require casa-parks/extract-routes

```

### Configuration

[](#configuration)

After installing, register the `CasaParks\ExtractRoutes\ExtractRoutesServiceProvider` in your `config/app.php` configuration file:

```
'providers' => [
    // Other service providers...

    CasaParks\ExtractRoutes\ExtractRoutesServiceProvider::class,
],
```

### Basic Usage

[](#basic-usage)

Create a simple view composer, like so:

```
