We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff47304 commit 7f0057dCopy full SHA for 7f0057d
readme.md
@@ -21,15 +21,10 @@ You can install this plugin into your CakePHP application using
21
[composer](https://getcomposer.org):
22
23
```
24
-php composer.phar require cakephp/authorization
+composer require cakephp/authorization
25
26
27
-Load the plugin by adding the following statement in your project's
28
-`src/Application.php`:
29
-```php
30
-$this->addPlugin('Authorization');
31
-```
32
-or running the console command
+Then load the plugin:
33
34
bin/cake plugin load Authorization
35
0 commit comments