Skip to content

Commit ca34f8b

Browse files
committed
Add note about using Facades in Lumen
1 parent 292d5c8 commit ca34f8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ return [
5454
// bootstrap/app.php
5555

5656
$app->register(Kreait\Laravel\Firebase\ServiceProvider::class);
57+
58+
// If you want to use the Facades provided by the package
59+
$app->withFacades();
5760
```
5861

5962
## Upgrade

0 commit comments

Comments
 (0)