tibiasolutions / tibia-clients
Tibia Solutions 应用程序
v1.0.0.1
2017-01-20 12:28 UTC
Requires
- php: >=5.5.9
- cakephp/cakephp: 3.3.*
- cakephp/localized: ^3.0
- cakephp/migrations: ~1.0
- cakephp/plugin-installer: *
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ~1.1
- cakephp/debug_kit: ~3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2024-09-28 20:09:16 UTC
README
安装
- 下载 Composer 或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist tibiasolutions/tibia-clients [app_name]
。
如果Composer已全局安装,运行
composer create-project --prefer-dist tibiasolutions/tibia-clients [app_name]
现在你应该能够访问你安装应用程序的路径,并看到默认的主页。
更新
由于此骨架是您应用程序的起点,各种文件将根据您的需求进行修改,因此无法提供自动化升级,所以您必须手动更新。
配置
阅读并编辑 config/app.php
并设置 'Datasources'
以及与您的应用程序相关的任何其他配置。