File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
to use ` Illuminate\Routing\Controller `
11
11
- Edit ` app/controllers/BaseController.php ` change ` use Illuminate\Routing\Controllers\Controller; ` to `use Illuminate\Routing\Controller;
12
12
`
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
+
13
16
- If you are overriding ` missingMethod ` in your controllers, add $method as the first parameter.
14
17
- 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.
You can’t perform that action at this time.
0 commit comments