We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dd636 commit 1732306Copy full SHA for 1732306
readme.md
@@ -23,18 +23,12 @@ You can install this plugin into your CakePHP application using
23
[composer](https://getcomposer.org):
24
25
```
26
-php composer.phar require cakephp/authentication
+composer require cakephp/authentication
27
28
29
-Load the plugin by adding the following statement in your project's
30
-`src/Application.php`:
31
-```php
32
-public function bootstrap(): void
33
-{
34
- parent::bootstrap();
35
-
36
- $this->addPlugin('Authentication');
37
-}
+Then load the plugin:
+```
+bin/cake plugin load Authentication
38
39
40
## Documentation
0 commit comments