composer create-project -s dev friendsofcake/crud-demo-app
cd crud-demo-app
Modify config/app_local.php
in the Datasources
section to reflect your own database.
Create the database schema bin/cake migrations migrate
.
Seed the database bin/cake migrations seed
.
You can also import the config/schema/db.sql
file into your database instead of using the migrations.
php -S 0.0.0.0:9999 -t webroot/ index.php
Go to http://localhost:9999/posts