mapik / watcher-crm
Watcher CRM
3.1.1
2024-02-08 16:16 UTC
Requires
- php: >=8.1
- cakedc/users: ^12.0.0
- cakephp/cakephp: 5.x-dev#02f7c1e38edf00ad1a05783b4c8186551ad5c5c7 as 5.0.5.1
- cakephp/migrations: ^4.0.0
- cakephp/plugin-installer: ^2.0
- cakephp/queue: ^2.0.1
- doctrine/sql-formatter: ^1.1.3
- enqueue/fs: ^0.10.19
- enqueue/redis: ^0.10.19
- evilfreelancer/routeros-api-php: ^1.5
- giggsey/libphonenumber-for-php: ^8.13
- league/oauth2-google: ^4.0
- mapik/audit-log: ^5.0
- mapik/pohoda-xml: ^1.16
- mapik/radius-client: ^1.0
- mlocati/ip-lib: ^1.18
- mobiledetect/mobiledetectlib: ^4.8
- tecnickcom/tcpdf: ^6.4
Requires (Dev)
- cakedc/cakephp-phpstan: ^3.0.0
- cakephp/bake: ^3.0.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/debug_kit: ^5.0.0
- josegonzalez/dotenv: ^4.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^10.1.0
- psalm/phar: ^5.12
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.
- phpstan/phpstan: PHPStan focuses on finding errors in your code without actually running it. It catches whole classes of bugs even before you write tests for the code.
- 3.x-dev
- 3.1.1
- 3.1.0
- 3.0.1
- 3.0.0
- 3.0.0-RC3
- 3.0.0-RC2
- 3.0.0-RC1
- 2.x-dev
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.1
- 1.4.0
- 1.4.0-RC1
- 1.4.0-beta2
- 1.4.0-beta1
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2024-09-28 16:39:55 UTC
README
框架源代码可在此处找到: cakephp/cakephp.
描述
- 为ISP客户的客户关系管理系统
- 它可以生成用于POHODA Stormware会计软件的dBase格式的发票
安装
- 下载Composer或更新
composer self-update
。 - 运行
php composer.phar create-project --prefer-dist mapik/watcher-crm [app_name]
。
如果Composer已全局安装,则运行
composer create-project --prefer-dist mapik/watcher-crm
如果您想使用自定义的应用程序目录名称(例如/myapp/
)
composer create-project --prefer-dist mapik/watcher-crm myapp
现在,您可以使用您机器的Web服务器查看默认主页,或者使用以下命令启动内置的Web服务器:
bin/cake server -p 8765
然后访问https://:8765
以查看欢迎页面。
配置
创建和编辑config/.env
或设置系统环境变量(例如,用于Docker)。
布局
应用程序使用Milligram(v1.3)简约CSS框架。