Commit 4cb7482e authored by James Mills's avatar James Mills

Update upgrade.md

Quick reminder to change the path in the BaseController to match the change to the alias.
parent 509b43ba
...@@ -8,4 +8,6 @@ ...@@ -8,4 +8,6 @@
- Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file. - Remove call to `redirectIfTrailingSlash` in `bootstrap/start.php` file.
- Edit `app/config/app.php`; in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',` - Edit `app/config/app.php`; in `aliases` change `'Controller' => 'Illuminate\Routing\Controllers\Controller',`
to use `Illuminate\Routing\Controller` to use `Illuminate\Routing\Controller`
- Edit `app/controllers/BaseController.php` change `use Illuminate\Routing\Controllers\Controller;` to `use Illuminate\Routing\Controller;
`
- If you are overriding missingMethod in your controllers, add $method as the first parameter. - If you are overriding missingMethod in your controllers, add $method as the first parameter.
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