Kareylo / BlogMVC-CakePHP3

Part of BlogMVC project: http://blogmvc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 3 - BlogMVC

A simple CakePHP 3 application to see how CakePHP 3 works !

Installation

  1. Download Composer or update composer self-update.
  2. Run composer install.
  3. Edit config/app.php with your databases informations (Search "Datasources")
  4. Run
bin/cake migrations migrate
bin/cake migrations seed

You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:

bin/cake server -p 8765

Then visit http://localhost:8765 to see the welcome page.

About

Part of BlogMVC project: http://blogmvc.com/


Languages

Language:PHP 97.9%Language:Shell 1.1%Language:Batchfile 0.6%Language:ApacheConf 0.3%