From 389fbdbdc8d8defb375517a7ac19ea9d79fe051d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Gaulin?= Date: Fri, 30 Dec 2016 19:43:06 +0400 Subject: [PATCH] Doc for facade config --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6515b5..e0fa219 100644 --- a/README.md +++ b/README.md @@ -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