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.
bin/cake users add_superadmin -e [email protected] -p password
bin/cake tu_token superadmin