taras-budzyn / CakePHP-AppStarter

CakePHP site with basic admin panel, posts, categories, users and tags.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP Application Starter

master

Build Status codecov Code Climate License


dev

Build Status codecov


The base for creating applications with CakePHP 3.3.x.

Framework with basic admin panel, posts, categories, users and tags (like simple blog website).

Installation

  1. Download Composer or update composer self-update.
  2. Install dependencies

composer install

  1. Edit config/app.php and setup the 'Datasources' access to MySQL database. Add already created empty DB for site.

  2. Run migration to init DB tables

bin/cake migrations migrate

Also it will create SuperAdmin user, so it will allow to access to Admin panel of site. NOTE: You should change the password of this user or create new superadmin when will deploy site to production.

Run application (only for development)

bin/cake server

About

CakePHP site with basic admin panel, posts, categories, users and tags.


Languages

Language:PHP 87.0%Language:CSS 10.1%Language:Shell 1.6%Language:Batchfile 0.9%Language:ApacheConf 0.5%