Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 427 Bytes

CakePHP Application Example (CMS Tutorial) and Unit Test

This is a CakePHP Cookbook's CMS tutorial with an additional unit test added to the application.

Installation

$ make
$ make migrate
$ make test

When accessing http://localhost:8000/ in the browser the Welcome page will be displayed.

shut down

make clean