Skip to content

Commit 7f0057d

Browse files
committed
Update install instr.
1 parent ff47304 commit 7f0057d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

readme.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@ You can install this plugin into your CakePHP application using
2121
[composer](https://getcomposer.org):
2222

2323
```
24-
php composer.phar require cakephp/authorization
24+
composer require cakephp/authorization
2525
```
2626

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
27+
Then load the plugin:
3328
```
3429
bin/cake plugin load Authorization
3530
```

0 commit comments

Comments
 (0)