Skip to content

stosh15x/cakeadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

The recommended way to install composer packages is:

$ composer require bakkerij/cakeadmin:dev-rewrite

Load Plugins

$ bin/cake plugin load -b -r Bakkerij/CakeAdmin
$ bin/cake plugin load Crud
$ bin/cake plugin load Gourmet/KnpMenu
$ bin/cake plugin load Bootstrap

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

After migrations you will have a default Admin user with the following credentials:

Email - [email protected]

Password - test

About

Management plugin for CakePHP 3.x

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.4%
  • CSS 7.5%
  • JavaScript 1.1%