diff --git a/README.md b/README.md index 900ea04..054482f 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ or manually update your `composer.json` file ```json { "require": { - "artesaos/defender": "~0.8.0" + "artesaos/defender": "~0.9.0" } } ``` ### 2. Provider -> If you are using Laravel 5.5+ skip this section since our package support auto-discovery. +> If you are using Laravel 5.5+(including Laravel 6) skip this section since our package support auto-discovery. You need to update your application configuration in order to register the package, so it can be loaded by Laravel. Just update your `config/app.php` file adding the following code at the end of your `'providers'` section: