cakephpkitchen / cakeadminlte
CakeAdminPHP 骨架应用和仪表盘
dev-master
2020-02-29 06:40 UTC
Requires
- php: >=5.6
- admad/cakephp-jwt-auth: ^2.3.2
- almasaeed2010/adminlte: 2.4.18
- authorizenet/authorizenet: ~1.9
- bower-asset/jquery: ^2.2
- cakedc/users: 8.4.0
- cakephp/cakephp: 3.7.*
- cakephp/migrations: ^2.0.0
- cakephp/plugin-installer: ~1.0
- cebe/markdown: dev-master
- chuyskywalker/rolling-curl: ^3.1
- friendsofcake/crud: ^5.4.6
- friendsofcake/crud-view: ^0.13.0
- friendsofcake/search: ^5.3
- google/apiclient: ^2.0
- google/recaptcha: ^1.2
- league/oauth1-client: 1.7.0
- league/oauth2-facebook: ^2.0
- league/oauth2-google: 3.0.1
- mobiledetect/mobiledetectlib: 2.*
- muffin/slug: ^1.4.0
- neomerx/json-api: ^1.0
- nicolab/php-ftp-client: ^1.4
- robthree/twofactorauth: ^1.6
Requires (Dev)
- cakephp/bake: ^1.9.0
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ^3.17.0
- dereuromark/cakephp-ide-helper: ^0.13.20
- josegonzalez/dotenv: 3.*
- phpunit/phpunit: ^5|^6
- psy/psysh: @stable
Suggests
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
This package is not auto-updated.
Last update: 2024-09-29 02:23:53 UTC
README
为使用 CakePHP 3.x 开发具有仪表盘后端的全功能应用程序的骨架。
框架源代码可在此处找到:cakephp/cakephp。
AdminLTE - Admin Control Panel Theme (Bootstrap 3)
访问在线文档获取最新指南。[ 演示 ] [ github ]
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist cakephpkitchen/cakeadminlte [app_name]
。
如果 Composer 已全局安装,运行
composer create-project --prefer-dist cakephpkitchen/cakeadminlte
如果想要使用自定义的应用目录名称(例如 /dash/
)
composer create-project --prefer-dist cakephpkitchen/cakeadminlte dash
现在您可以使用机器的 web 服务器查看默认主页,或者使用以下命令启动内置的 web 服务器:
bin/cake server -p 10304
然后访问 https://:10304
以查看欢迎页面。
更新
由于此骨架是您应用程序的起点,并且根据您的需求已修改了各种文件,因此无法提供自动升级,所以您需要手动进行更新。
配置
阅读并编辑 config/app.php
并设置 'Datasources'
以及与您的应用程序相关的任何其他配置。
布局
应用程序骨架默认使用 Foundation (v5) CSS 框架的子集。但是,您可以将其替换为任何其他库或自定义样式。