Skip to content

Commit

Permalink
Merge pull request #30 from it-can/master
Browse files Browse the repository at this point in the history
Extra info Laravel 5.5 readme
  • Loading branch information
Willem Stuursma-Ruwen authored Sep 12, 2017
2 parents b8ebe5f + bb0c601 commit b49e597
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ Or add it to `composer.json` manually:
}
```

Register the service provider by adding it to the `providers` key in `config/app.php`. Also register the facade by adding it to the `aliases` key in `config/app.php`.
Laravel 5.5+ will use the auto-discovery function.


In Laravel 5.4 (or if you are not using auto-discovery) register the service provider by adding it to the `providers` key in `config/app.php`. Also register the facade by adding it to the `aliases` key in `config/app.php`.

```php
'providers' => [
Expand Down

0 comments on commit b49e597

Please sign in to comment.