Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #2

Merged
merged 3 commits into from
Sep 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
```