From 69c98857f9af2a218b5b2ced5721b117cde0c94f Mon Sep 17 00:00:00 2001 From: Giannis at IEK Date: Thu, 28 May 2015 20:45:37 +0300 Subject: [PATCH] Readme --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3164f2e..a831523 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Theme::img('src','alt', 'class-name') This package provides intergration with [Orchestra/Asset](http://orchestraplatform.com/docs/3.0/components/asset) component. All the features are explained in the official documentation. Although Orchestra/Asset is installed along with this package, **it's use is optional.** -To use the Orchestra\Asset you need to add in your Providers array: +To use the Orchestra\Asset you must require it in your composer.json (see the [Official Documentation](https://github.com/orchestral/asset)) and then add in your Providers array: 'Orchestra\Asset\AssetServiceProvider', 'Orchestra\Html\HtmlServiceProvider', diff --git a/composer.json b/composer.json index 7a25307..71655c2 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "illuminate/support": "5.0.*" }, "suggest": { - "orchestra/asset" : "~3.0" + "orchestra/asset" : "Intergrates with orchestra/asset. Allows using '@css' and '@js' in blade files" }, "autoload": { "psr-4" : {