https://github.com/javanile/vtiger-cli
🛠The ultimate CLI for vtiger
https://github.com/javanile/vtiger-cli
command-line operations vtiger vtigercrm
Last synced: about 2 months ago
JSON representation
🛠The ultimate CLI for vtiger
- Host: GitHub
- URL: https://github.com/javanile/vtiger-cli
- Owner: javanile
- License: mit
- Created: 2018-06-19T14:39:39.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T20:16:13.000Z (about 4 years ago)
- Last Synced: 2025-04-12T21:52:06.511Z (about 2 months ago)
- Topics: command-line, operations, vtiger, vtigercrm
- Language: PHP
- Homepage: https://javanile.org/vtiger-cli
- Size: 2.86 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vtiger
[](https://github.styleci.io/repos/137904364)
[](https://travis-ci.org/javanile/vtiger-cli)
[](https://codecov.io/gh/javanile/vtiger-cli)
[](https://www.codacy.com/app/francescobianco/vtiger-cli?utm_source=github.com&utm_medium=referral&utm_content=javanile/vtiger-cli&utm_campaign=Badge_Grade)
Use vtiger-cli is very simple, it adds a professional touch and a lot of time saved to your work.
### Installation
For PowerShell (Windows)
```PowerSchell
PS C:\Users\SamSempiol> curl git.io/vtiger.ps1 -o setup.ps1; .\setup.ps1
```Fir cmd.exe (Windows)
```cmd
C:\Users\SamSempiol> curl git.io/vtiger.cmd -o setup.cmd & setup
```Linux / macOS
```bash
$ 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
```bash
$ 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
```json
{
"vtiger_dir": "/my/web/server/vtigercrm"
}
```Now, type the follow command to check errors, and goog work!
```bash
$ vtiger info
```### Requirements
### Testing
```bash
$ docker-compose run vtiger composer install
$ docker-compose run vtiger vendor/bin/phpunit tests
```### Shorten URLs
```bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/installer" \
-d "code=vtiger"
``````bash
curl -i "https://git.io" \
-d "url=https://raw.githubusercontent.com/javanile/vtiger-cli/main/script/installer.cmd" \
-d "code=vtiger.cmd"
``````bash
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](https://laravel.com/docs/contributions).
### Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
### Security Vulnerabilities
Please review [our security policy](https://github.com/laravel/installer/security/policy) on how to report security vulnerabilities.
### License
Laravel Installer is open-sourced software licensed under the [MIT license](LICENSE.md).