Skip to content

Installation

Jérémy Munsch edited this page Jul 15, 2020 · 1 revision

Installation

As this is alpha, for now you have to 'compile it yourself'. In the end it will be released as a simple composer package.

  1. Add this poject to your composer.json

     {
         "repositories": [
             {
                 "type": "vcs",
                 "url": "https://github.com/Kwaadpepper/Omen.git"
             }
         ],
         "require": {
             "kwaadpepper/laravel-omen": "master"
         }
     }
    

    Run composer require kwaadpepper/laravel-omen

  2. Compile (see compile page for more info)

    In folder vendor/kwaadpepper/laravel-omen run:

    • npm install (or yarn install if you already have yarn installed globally)
    • yarn prod
Clone this wiki locally