viper/installer
Viper application installer.
v2.0.0
2018-12-07 00:45 UTC
Requires
- ext-zip: *
- guzzlehttp/guzzle: ~6.0
- symfony/console: ~3.0|~4.0
- symfony/filesystem: ~3.0|~4.0
- symfony/process: ~3.0|~4.0
README
Composer
We recommend this command for linux based web servers.
composer require viper/installer
Recommended that you install it globally for development environments.
composer global require viper/installer
New Project
Once installed, the viper new
command will create a fresh Viper installation
in the directory you specify. For instance, viper new blog
will create a directory
named blog
containing a fresh Viper installation with all of Viper's dependencies
already installed:
viper new blog
composer create-project --prefer-dist viper/viper blog