diff --git a/README.md b/README.md index 03cbdf9..0007bd6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,10 @@ Via Composer $ composer require php-http/laravel-httplug ``` -Add serviceprovider and alias +With Laravel 5.5 or newer, the package will be discovered automatically. +If you're using an older version of Laravel, add the following to your +`config/app.php`: + ```php