malamalca / arhint
Arhim 内部网络应用
2.0.9
2021-12-16 16:03 UTC
Requires
- php: >=7.2
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- cakephp/authentication: ^2.0
- cakephp/authorization: ^2.0
- cakephp/cakephp: ^4.3.2
- cakephp/migrations: ^3.4
- cakephp/plugin-installer: ^1.3
- chillerlan/php-qrcode: dev-main
- malamalca/lil: ^4.5
- mikehaertl/phpwkhtmltopdf: 2.0.*@dev
- phpoffice/phpword: ^0.18.2
- syncroton/syncroton: dev-master
- tecnickcom/tcpdf: dev-main
- zendframework/zendframework1: 1.12.*
Requires (Dev)
- cakephp/bake: ^2.6
- cakephp/cakephp-codesniffer: ^4.5
- cakephp/debug_kit: ^4.5
- josegonzalez/dotenv: ^3.2
- phpstan/phpstan: ^0.12.3
- phpunit/phpunit: ~8.5.0 || ^9.3
- vimeo/psalm: ^4.15
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/Psalm compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
README
这是一个适用于小型公司的简单定制ERP/CRM解决方案。
源代码可以在以下位置找到: malamalca/arhint。
安装
- 下载Composer或更新
composer self-update
。 - 运行
composer create-project --prefer-dist --no-dev malamalca/arhint [app_name]
。
现在您可以使用机器的Web服务器查看默认主页,或者使用以下命令启动内置的Web服务器:
bin/cake server -p 8765
然后访问https://:8765
以查看欢迎页。
配置
阅读和编辑特定环境的config/app_local.php
并设置'Datasources'
以及任何其他与您的应用程序相关的配置。其他与环境无关的设置可以在config/app.php
中更改。