From 82a658da70b2624435c1b873169dc57d5ae739f2 Mon Sep 17 00:00:00 2001 From: zeusakm Date: Sun, 4 Jun 2017 18:02:01 +0300 Subject: [PATCH] * #hot-fix. !!! important readme installation details --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b026885..0629ba6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ JSON API support turned on by default - see `Turn off JSON API support` section * [Conversions to RAML](#user-content-conversions-to-raml) ### Installation via composer: +First of all - create Laravel project if You didn't do that yet: +``` +composer create-project --prefer-dist laravel/laravel your_app +``` + +then in Your project directory run: ``` composer require rjapi/raml-json-api ``` @@ -80,6 +86,11 @@ By default controllers, entities or repositories are not loaded automatically. Y } ``` +refresh changes by running: +``` +composer dump-autoload +``` + ### Running generator Run in console: