Skip to content

Installation

T. Kunze edited this page May 5, 2016 · 5 revisions

Installation

There are several ways of installing and configuring Comproso:

  • using the installation wizard
  • adding Comproso to an existing laravel app
  • creating a comproso-laravel app
  • manual installation

We recommend manual installation. The installation wizard is designed for inexperienced test users, but due to the installation process it can be vulnarable to security issues.

Using the comproso/installer wizard

Coming soon…

Creating a comproso-laravel app

TBD

Adding to an existing laravel/laravel app

Add to your composer.json file:

require {
    "comproso/framework": "~0.7"
}

Then, run php composer.phar update in the CLI in the corresponding directory.

Manual installation

TBD

Clone this wiki locally