Skip to content

Commit 69d0447

Browse files
committed
Add Remote component to upgrade
1 parent 1fb0a96 commit 69d0447

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

upgrade.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
to use `Illuminate\Routing\Controller`
1111
- Edit `app/controllers/BaseController.php` change `use Illuminate\Routing\Controllers\Controller;` to `use Illuminate\Routing\Controller;
1212
`
13+
- Edit `app/config/app.php`; in `providers` add `'Illuminate\Remote\RemoteServiceProvider',`
14+
- Edit `app/config/app.php`; in `aliases` add `'SSH' => 'Illuminate\Support\Facades\SSH',`
15+
1316
- If you are overriding `missingMethod` in your controllers, add $method as the first parameter.
1417
- Password reminder system tweaked for greater developer freedom. Inspect stub controller by running `auth:reminders-controller` Artisan command.
15-
- Update `reminders.php` language file.
18+
- Update `reminders.php` language file.

0 commit comments

Comments
 (0)