Awesome
CakePHP 3 - BlogMVC
A simple CakePHP 3 application to see how CakePHP 3 works !
Installation
- Download Composer or update
composer self-update
. - Run
composer install
. - Edit
config/app.php
with your databases informations (Search "Datasources") - 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.