malamalca/arhint
Composer 安装命令:
composer create-project malamalca/arhint
包简介
Arhim Intranet App
README 文档
README
This is a simple costum ERP/CRM solution for a small company.
The source code can be found here: malamalca/arhint.
Installation
- Download Composer or update
composer self-update. - Run
composer create-project --prefer-dist --no-dev malamalca/arhint [app_name].
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.
Configuration
Read and edit the environment specific config/app_local.php and setup the
'Datasources' and any other configuration relevant for your application.
Other environment agnostic settings can be changed in config/app.php.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-12-10