bakkerij/cakeadmin

There is no license information available for the latest version (1.0.0-beta) of this package.

Admin plugin for CakePHP

Installs: 66

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 16

Type:cakephp-plugin

1.0.0-beta 2015-09-08 20:55 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:56:48 UTC


README

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.

The recommended way to install composer packages is:

$ 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