File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 "issues" : " https://github.com/cakephp/authentication/issues" ,
2121 "forum" : " https://discourse.cakephp.org/" ,
2222 "source" : " https://github.com/cakephp/authentication" ,
23- "docs" : " https://book.cakephp.org/authentication/3 /en/"
23+ "docs" : " https://book.cakephp.org/authentication/4 /en/"
2424 },
2525 "require" : {
2626 "php" : " >=8.1" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Project's ROOT directory (where the **composer.json** file is located)
88
99 php composer.phar require cakephp/authentication
1010
11- Version 3 of the Authentication Plugin is compatible with CakePHP 5.
11+ Version 4 of the Authentication Plugin is compatible with CakePHP 5.
1212
1313Load the plugin by adding the following statement in your project's ``src/Application.php ``::
1414
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ répertoire ROOT de votre projet CakePHP (là où se trouve le fichier
99
1010 php composer.phar require cakephp/authentication
1111
12- La version 3 du Plugin Authentication est compatible avec CakePHP 5.
12+ La version 4 du Plugin Authentication est compatible avec CakePHP 5.
1313
1414Chargez le plugin en ajoutant l'instruction suivante dans le fichier
1515``src/Application.php `` de votre projet::
You can’t perform that action at this time.
0 commit comments