Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlord committed Feb 13, 2015
1 parent ddcaaa7 commit ece0c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
@@ -1,6 +1,4 @@
# Laroute for Laravel 5

### For Laravel 4.x, check [version 1.3.2](https://github.com/aaronlord/laroute/tree/v1.3.2)
# Laroute

[Laravel](http://laravel.com/) has some pretty sweet [helper functions](http://laravel.com/docs/helpers#urls) for generating urls/links and its auto-json-magic makes it building APIs super easy. It's my go-to choice for building single-page js apps, but routing can quickly become a bit of a pain.

Expand All @@ -23,6 +21,8 @@ Install the usual [composer](https://getcomposer.org/) way.
}
```

n.b Laravel 4.x users, check out [version 1.3.2](https://github.com/aaronlord/laroute/tree/v1.3.2)

###### app/config/app.php
```php
...
Expand Down

0 comments on commit ece0c2d

Please sign in to comment.