Updating routes comment to include link for organizing routes
This commit is contained in:
parent
72658bd09a
commit
c99b9f09eb
|
@ -12,6 +12,9 @@
|
||||||
|
|
|
|
||||||
| It's a breeze. Simply tell Laravel the request URIs it should respond to.
|
| It's a breeze. Simply tell Laravel the request URIs it should respond to.
|
||||||
|
|
|
|
||||||
|
| Alternatively, you can organize your routes in a /routes/ subfolder.
|
||||||
|
| See http://laravel.com/docs/start/routes#organize for an example.
|
||||||
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'GET /' => function()
|
'GET /' => function()
|
||||||
|
|
Loading…
Reference in New Issue