-
Notifications
You must be signed in to change notification settings - Fork 0
Breaking changes
Min De Sik edited this page Mar 27, 2017
·
10 revisions
- Requests inherits from
Illuminate\Foundation\Http\FormRequest, instead ofApp\Http\Requests\Request - Controllers have to call
$this->redirect()manually instore,updateanddestroymethods - Module controllers must inherit from
Milax\Mconsole\Http\Controllers\ModuleControllerand required to callparent::__construct()method