Skip to content

Commit 1539419

Browse files
committed
Update README.md
1 parent b249eff commit 1539419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ composer require admad/cakephp-sequence
1717

1818
Then load the plugin by adding the following to your app's config/boostrap.php:
1919

20+
```php
2021
\Cake\Core\Plugin::load('ADmad/Sequence');
22+
```
2123

2224
or using CakePHP's console:
2325

26+
```
2427
./bin/cake plugin load ADmad/Sequence
28+
```
2529

2630
## How it works
2731

0 commit comments

Comments
 (0)