Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit bb48fcd

Browse files
committed
Document facade discovery
1 parent e7d6b26 commit bb48fcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Or you can add it directly in your composer.json file:
3838

3939
Register the provider directly in your app configuration file config/app.php `config/app.php`:
4040

41+
Laravel >= 5.5 provides package auto-discovery, thanks to rasmuscnielsen and luiztessadri who help to implement this feature in Laravel-FCM, the registration of the provider and the facades should not be necessary anymore.
42+
4143
```php
4244
'providers' => [
4345
// ...

0 commit comments

Comments
 (0)