Skip to content

Commit

Permalink
Merge pull request #2 from stosh15x/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
bobmulder authored Sep 14, 2016
2 parents 1af97ca + 892eabb commit a33462b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@
# Bakkerij/CakeAdmin plugin for CakePHP

## Install CakePHP

Note: This is only required if you do not already have a project started.

```
$ composer self-update && composer create-project --prefer-dist cakephp/app {your new project name}
```

## Installation

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require Bakkerij/CakeAdmin
$ composer require bakkerij/cakeadmin:dev-rewrite
```

## Load Plugin

```
$ bin/cake plugin load -b -r Bakkerij/CakeAdmin
```

## Update Database Info

Navigate to the new project's config/app.php and update your Datasources username, password, and database.

## Load CakeAdmin Tables

```
$ bin/cake migrations migrate -p Bakkerij/CakeAdmin
```

0 comments on commit a33462b

Please sign in to comment.