3xw/cakephp-api-app

CakePHP skeleton app

Maintainers

Package info

github.com/3xw/cakephp-api-app

Homepage

Type:project

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

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

4.0.2 2021-07-13 11:15 UTC

This package is auto-updated.

Last update: 2026-02-13 21:29:39 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.