The vain-installer allows you to easily craft a new vain skeleton application.
- PHP >= 5.5
- Composer
To globally install the vain-installer on your system run the following command.
composer global require vainproject/vain-installer
You can create a new Vain skeleton application using the "vain new" command. This will create a new project in your current directory containing a fresh vain installation.
vain new {my-project-name}
This project is based on the laravel/installer by Taylor Otwell and uses the MIT License.