3xw/cakephp-api-app

CakePHP skeleton app

4.0.2 2021-07-13 11:15 UTC

This package is auto-updated.

Last update: 2024-04-13 17:28:14 UTC


README

Installation

composer create-project --prefer-dist 3xw/cakephp-api-app myapp

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.