Skip to content

Commit 0053eb6

Browse files
committed
Add documentation-section at README.md
1 parent 594bb0f commit 0053eb6

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,11 @@
44
55
## Installation
66

7-
You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).
7+
You can find the installation-guide here: http://cakemanager.org/docs/cakeadmin/1.0/installation/.
88

9-
The recommended way to install composer packages is:
9+
## Documentation
1010

11-
```
12-
composer require cakemanager/cakephp-cakeadmin
13-
```
14-
15-
Now load the plugin with the command:
16-
17-
```
18-
$ bin/cake plugin load -r -b CakeAdmin
19-
```
20-
21-
Run the database migrations with:
22-
23-
```
24-
$ bin/cake migrations migrate --plugin CakeAdmin
25-
```
11+
Documentation is available at http://cakemanager.org/docs/cakeadmin/1.0/.
2612

2713
## Strategy
2814

0 commit comments

Comments
 (0)