Skip to content

3xw/cakephp-app

Repository files navigation

CakePHP Application Skeleton

Installation

PHP

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

Modify webpack.env and run

npm i && npm run build

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.

Crate a user & token

user

bin/cake users add_superadmin -e [email protected] -p password

token

bin/cake tu_token superadmin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •