/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
cakedc
/
users
/
Docs
/
Documentation
/
Migration
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/Docs/Documentation/Migration
mkdir
upload
Name
Size
Mode
Actions
4.x-5.0.md
1444
0644
edit
dl
rm
6.x-7.0.md
648
0644
edit
dl
rm
8.x-9.0.md
4005
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/Docs/Documentation/Migration/6.x-7.0.md
(648B)
Migration 6.x to 7.0 ====================== 7.0 is compatible with CakePHP ^3.6 and the plugin code was updated to remove all deprecations. * Add 'enableBeforeRedirect' configuration option to RequestHandler component load in your `src/Controller/AppController.php` file ``` public function initialize() { parent::initialize(); // Important: add the 'enableBeforeRedirect' config or or disable deprecation warnings $this->loadComponent('RequestHandler', ['enableBeforeRedirect' => false]); $this->loadComponent('Flash'); $this->loadComponent('CakeDC/Users.UsersAuth'); } ```
Save
cmd:
run