Skip to content

Commit

Permalink
Syntax highlight readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garygreen authored Aug 26, 2016
1 parent 1c78a78 commit f636424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Visualise your routes in pretty format.

# Installation

```
```bash
composer require garygreen/pretty-routes
```

Add to your `config/app.php` providers array:

```
```php
PrettyRoutes\ServiceProvider::class,
```

By default the package exposes a `/routes` url. If you wish to configure this, publish the config.

```
```bash
php artisan vendor:publish
```

0 comments on commit f636424

Please sign in to comment.