3xw / cakephp-app
CakePHP skeleton app
4.3.0
2021-11-19 11:06 UTC
Requires
- php: >=7.2
- 3xw/cakephp-attachment: ^4.1
- 3xw/cakephp-cms: ^4.0
- 3xw/cakephp-tinymce: ^4.1
- 3xw/cakephp-utils: ^4.1
- aws/aws-php-sns-message-validator: ^1.6
- aws/aws-sdk-php: ^3.173
- cakedc/users: ^9.0.0
- cakephp/cakephp: ^4.0
- cakephp/migrations: ^3.0
- cakephp/plugin-installer: ^1.2
- friendsofcake/crud-json-api: ^1.0
- mobiledetect/mobiledetectlib: ^2.8
Requires (Dev)
- 3xw/cakephp-bake: dev-master as 4.1
- cakephp/bake: ^2.1
- cakephp/cakephp-codesniffer: ^4.0
- cakephp/debug_kit: ^4.0
- josegonzalez/dotenv: ^3.2
- phpunit/phpunit: ^8.5
- psy/psysh: @stable
This package is auto-updated.
Last update: 2026-05-29 01:09:31 UTC
README
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@email.com -p password
token
bin/cake tu_token superadmin