Use vtiger-cli is very simple, it adds a professional touch and a lot of time saved to your work.
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 -
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
$ docker-compose run vtiger composer install
$ docker-compose run vtiger vendor/bin/phpunit tests
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"
LOOKING FOR FAST DEMO! Visit --> https://github.com/javanile/vtiger-demo <--
Thank you for considering contributing to the Installer! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Installer is open-sourced software licensed under the MIT license.