3xw / cakephp-app
CakePHP 框架应用程序骨架
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
- 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-08-29 04:25:40 UTC
README
安装
PHP
composer create-project --prefer-dist 3xw/cakephp-app myapp
修改webpack.env并运行
npm i && npm run build
现在您可以使用机器的Web服务器查看默认主页,或者使用以下命令启动内置Web服务器:
bin/cake server -p 8765
然后访问https://:8765
以查看欢迎页面。
创建用户和令牌
用户
bin/cake users add_superadmin -e email@email.com -p password
令牌
bin/cake tu_token superadmin