javanile/vtiger-cli
Composer 安装命令:
composer require javanile/vtiger-cli
包简介
Command-line utility for Vtiger CRM.
README 文档
README
Use vtiger-cli is very simple, it adds a professional touch and a lot of time saved to your work.
Installation
For PowerShell (Windows)
PS C:\Users\SamSempiol> curl git.io/vtiger.ps1 -o setup.ps1; .\setup.ps1
Fir cmd.exe (Windows)
C:\Users\SamSempiol> curl git.io/vtiger.cmd -o setup.cmd & setup
Linux / macOS
$ curl -fsSL git.io/vtiger | bash -
Examples
Official Documentation
Documentation for installing Laravel can be found on the Laravel website.
② Create a vtiger.json file into your machine then place your existing vtiger_dir path inside
Install vtiger-cli on your work-station
$ composer global require javanile/vtiger-cli
Create a vtiger.json file into your work-station and place your existing Vtiger installation path into vtiger_dir key as follow
{
"vtiger_dir": "/my/web/server/vtigercrm"
}
Now, type the follow command to check errors, and goog work!
$ vtiger info
Requirements
Testing
$ docker-compose run vtiger composer install $ docker-compose run vtiger vendor/bin/phpunit tests
Shorten URLs
curl -i "https://git.io" \ -d "url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/installer" \ -d "code=vtiger"
curl -i "https://git.io" \ -d "url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/script/installer.cmd" \ -d "code=vtiger.cmd"
curl -i "https://git.io" \ -d "url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/script/installer.ps1" \ -d "code=vtiger.ps1"
Demo
LOOKING FOR FAST DEMO! Visit --> https://github.com/javanile/vtiger-demo <--
Contributing
Thank you for considering contributing to the Installer! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Installer is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 2.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-03-13
