diff --git a/controllers.md b/controllers.md index 64d8c4676c6..00c2f764083 100644 --- a/controllers.md +++ b/controllers.md @@ -336,7 +336,7 @@ You may still type-hint the `Illuminate\Http\Request` and access your route para ## 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