Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 23711e1

Browse files
author
David Yell
committed
Updated the installation instructions
1 parent b4a841e commit 23711e1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/installation.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ It's always advised to lock your dependencies to a specific version number. You
1717
:warning: Installing the plugin without the use of Composer is unsupported, you do so at your own risk.
1818

1919
## CakePHP
20-
Then you'll need to load the plugin in your `config/bootstrap.php` file.
20+
Then you'll need to load the plugin in your `src/Application.php` file.
2121

2222
```php
23-
Plugin::load('Proffer');
23+
$this->addPlugin('Proffer');
24+
```
25+
26+
or you can use the console to do this for you.
27+
28+
```bash
29+
bin/cake plugin load Proffer
2430
```
2531

2632
## Database

0 commit comments

Comments
 (0)