Commit 184cc090 authored by Dayle Rees's avatar Dayle Rees

Merge pull request #1026 from jbruni/patch-1

Update laravel/documentation/controllers.md
parents 3a471de7 c7890bcd
......@@ -49,7 +49,7 @@ Check [the routing page](/docs/routing#controller-routing) for more information
<a name="bundle-controllers"></a>
## Bundle Controllers
Bundles are Laravel's modular package system. Bundles can easily configured to handle requests to your application. We'll be going over [bundles in more detail](/docs/bundles) in another document.
Bundles are Laravel's modular package system. Bundles can be easily configured to handle requests to your application. We'll be going over [bundles in more detail](/docs/bundles) in another document.
Creating controllers that belong to bundles is almost identical to creating your application controllers. Just prefix the controller class name with the name of the bundle, so if your bundle is named "admin", your controller classes would look like this:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment