tenkoma / cakephp_cms

CMS Tutorial(CakePHP Cookbook) with unit test

Home Page:https://book.cakephp.org/3.0/ja/tutorials-and-examples/cms/installation.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CMS Tutorial(CakePHP Cookbook) with unit test

https://book.cakephp.org/3.0/ja/tutorials-and-examples/cms/installation.html


Languages

Language:PHP 89.2%Language:CSS 7.2%Language:Shell 2.6%Language:Batchfile 0.5%Language:Dockerfile 0.4%Language:Makefile 0.2%