Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

vainproject/vain-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vain Installer

The vain-installer allows you to easily craft a new vain skeleton application.

Requirements

  • PHP >= 5.5
  • Composer

Installation

To globally install the vain-installer on your system run the following command.

composer global require vainproject/vain-installer

Usage

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}

Copyright / License

This project is based on the laravel/installer by Taylor Otwell and uses the MIT License.

Releases

No releases published

Packages

No packages published