Skip to content

Commit

Permalink
Added note about package auto-discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz authored Sep 17, 2017
1 parent 0f49d48 commit b322b7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ Run `composer update` to get the latest version of Open Graph Builder.
### Framework Support

In Laravel 5 you may add an alias to `config/app.php`:
> Laravel 5.5 can auto-detect this package so you can ignore this section.
In Laravel 5.0-5.4 you may add an alias to `config/app.php`:
```php
'aliases' => array(
// ...
Expand Down

0 comments on commit b322b7c

Please sign in to comment.