PHP
composer create-project --prefer-dist 3xw/cakephp-app myappModify webpack.env and run
npm i && npm run buildYou 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 8765Then visit http://localhost:8765 to see the welcome page.
bin/cake users add_superadmin -e email@email.com -p passwordbin/cake tu_token superadmin