Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed May 28, 2015
1 parent 300390a commit 69c9885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : {
Expand Down

0 comments on commit 69c9885

Please sign in to comment.