Skip to content

Commit

Permalink
Update controllers.md
Browse files Browse the repository at this point in the history
small typo on 339 take - takes
  • Loading branch information
nmacnz committed Jul 6, 2015
1 parent 20f01d0 commit 44ccd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ You may still type-hint the `Illuminate\Http\Request` and access your route para
<a name="route-caching"></a>
## Route Caching

If your application is exclusively using controller based routes, you may take advantage of Laravel's route cache. Using the route cache will drastically decrease the amount of time it take to register all of your application's routes. In some cases, your route registration may even be up to 100x faster! To generate a route cache, just execute the `route:cache` Artisan command:
If your application is exclusively using controller based routes, you may take advantage of Laravel's route cache. Using the route cache will drastically decrease the amount of time it takes to register all of your application's routes. In some cases, your route registration may even be up to 100x faster! To generate a route cache, just execute the `route:cache` Artisan command:

php artisan route:cache

Expand Down

0 comments on commit 44ccd33

Please sign in to comment.