Commit 509b43ba authored by Taylor Otwell's avatar Taylor Otwell

Add note to upgrade guide.

parent 0103a698
......@@ -8,3 +8,4 @@
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
- Edit `app/config/app.php`; in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',`
to use `Illuminate\Routing\Controller`
- If you are overriding missingMethod in your controllers, add $method as the first parameter.
\ No newline at end of file
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