Skip to content

Kareylo/BlogMVC-CakePHP3

Repository files navigation

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/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages