Skip to content

Breaking changes

Min De Sik edited this page Mar 27, 2017 · 10 revisions

Mconsole 0.5

HTTP

  • Requests inherits from Illuminate\Foundation\Http\FormRequest, instead of App\Http\Requests\Request
  • Controllers have to call $this->redirect() manually in store, update and destroy methods
  • Module controllers must inherit from Milax\Mconsole\Http\Controllers\ModuleController and required to call parent::__construct() method

Other

  • Upload types constants replaced by struct MconsoleUploadType (see Structs)
  • Forms select values constants replaced by struct MconsoleFormSelectType (see Structs)

Clone this wiki locally