3xw / cakephp-app
CakePHP skeleton app
Installs: 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
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
- dev-master
- 4.3.0
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0.7
- 4.0.0.6
- 4.0.0.5
- 4.0.0.4
- 4.0.0.3
- 4.0.0.2
- 4.0.0.1
- 4.0.0.0
- 3.7.x-dev
- 3.7.2.0
- 3.7.1.9
- 3.7.1.8
- 3.7.1.7
- 3.7.1.6
- 3.7.1.5
- 3.7.1.4
- 3.7.1.3
- 3.7.1.2
- 3.7.1.1
- 3.7.1.0
- 3.7.0.5
- 3.7.0.4
- 3.7.0.3
- 3.7.0.2
- 3.7.0.1
- 3.7.0.0
- 3.6.0.9
- 3.6.0.8
- 3.6.0.7
- 3.6.0.6
- 3.6.0.5
- 3.6.0.4
- 3.6.0.3
- 3.6.0.2
- 3.6.0.1
- 3.6.0.0
- 3.5.1.5
- 3.5.1.4
- 3.5.1.3
- 3.5.1.2
- 3.5.1.1
- 3.5.1.0
- 3.5.0.12
- 3.5.0.11
- 3.5.0.10
- 3.5.0.9
- 3.5.0.8
- 3.5.0.7
- 3.5.0.6
- 3.5.0.5
- 3.5.0.4
- 3.5.0.3
- 3.5.0.2
- 3.5.0.1
- 3.5.0.0
- 3.4.x-dev
- 3.4.0.1
- 3.4.0.0
- 0.0.2
- 0.0.1
- dev-vite
- dev-next
This package is auto-updated.
Last update: 2024-12-29 05:27:19 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