Skip to content

Commit

Permalink
Doc for facade config
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsource committed Dec 30, 2016
1 parent c61cedb commit 389fbdb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ Via composer :

Then add the service provider class to your Laravel `config/app.php` :

Bnb\GoogleCloudPrint\LaravelServiceProvider::class
'providers' => [
// ...
Bnb\GoogleCloudPrint\LaravelServiceProvider::class,
// ...
],

Also add the Facade alias if you intend to use it :

'aliases' => [
// ...
'GoogleCloudPrint' => Bnb\GoogleCloudPrint\Facades\GoogleCloudPrint::class,
// ...
],

## Configuration

Expand Down

0 comments on commit 389fbdb

Please sign in to comment.