-
Notifications
You must be signed in to change notification settings - Fork 0
Breaking changes
Min De Sik edited this page Mar 25, 2017
·
10 revisions
- Requests inherits from
Illuminate\Foundation\Http\FormRequest, instead ofApp\Http\Requests\Request - Controllers have to call
$this->redirect()manually instore,updateanddestroymethods
- Upload types constants now have struct
MconsoleUploadTypeMconsoleUploadType::ImageMconsoleUploadType::DocumentMconsoleUploadType::AudioMconsoleUploadType::Video