Skip to content

Commit 5d29938

Browse files
committed
Update README.md
Update README.md to include instructions to register the facade for Lumen users.
1 parent fc2cae9 commit 5d29938

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ If you are a Lumen user, then there is a service provider that you can make use
6464
$app->register('Nathanmac\Utilities\Parser\ParserServiceProvider');
6565
```
6666

67+
Lumen users can also add the facade alias.
68+
69+
```php
70+
// bootstrap/app.php
71+
72+
class_alias('Nathanmac\Utilities\Parser\Facades\Parser', 'Parser');
73+
```
74+
6775
#### Using the Facade
6876

6977
```php

0 commit comments

Comments
 (0)