3xw/cakephp-api-app

CakePHP skeleton app

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/3xw/cakephp-api-app

4.0.2 2021-07-13 11:15 UTC

This package is auto-updated.

Last update: 2025-09-13 20:37:57 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.