-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Jérémy Munsch edited this page Jul 15, 2020
·
1 revision
As this is alpha, for now you have to 'compile it yourself'. In the end it will be released as a simple composer package.
-
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
-
Compile (see compile page for more info)
In folder
vendor/kwaadpepper/laravel-omen
run:-
npm install
(oryarn install
if you already have yarn installed globally) yarn prod
-
Jérémy Munsch
https://jeremydev.ovh · github@jeremydev.ovh