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 4496234 commit dfa8b14Copy full SHA for dfa8b14
docs/README.md
@@ -17,7 +17,7 @@ Plugin::load('Queue', ['routes' => true]);
17
18
Run the following command in the CakePHP console to create the tables using the Migrations plugin:
19
```sh
20
-bin/cake Migrations migrate -p Queue
+bin/cake migrations migrate -p Queue
21
```
22
23
It is also advised to have the `posix` PHP extension enabled.
0 commit comments