We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac608f commit e4a7453Copy full SHA for e4a7453
README.md
@@ -18,7 +18,7 @@ Via Composer
18
$ composer require bcrowe/cakephp-api-pagination
19
```
20
21
-Then make sure to load the plugin in your application's `bootstrap.php` file.
+Then make sure to load the plugin in your application's `bootstrap.php` file:
22
23
``` php
24
Plugin::load('BryanCrowe/ApiPagination');
@@ -33,7 +33,7 @@ Load the component in a controller's `initialize()` method:
33
public function initialize()
34
{
35
parent::initialize();
36
- $this->loadComponent('BryanCrowe/ApiPagination');
+ $this->loadComponent('BryanCrowe/ApiPagination.ApiPagination');
37
}
38
39
0 commit comments