javanile / vtiger-cli
Command-line utility for Vtiger CRM.
Installs: 2 518
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- ext-json: *
- mnapoli/silly: ^1.5
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-12 03:39:44 UTC
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.