Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Modified readme to fit laravel 5.5 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kniest Jordan authored and Kniest Jordan committed Sep 8, 2017
1 parent 977dda2 commit 4dfaed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -23,7 +23,9 @@ or add the following to your `composer.json` file :
"roumen/sitemap": "2.7.*"
```

Then register this service provider with Laravel :
If you are using laravel 5.5 or higher you can skip the service provider registration!

If you are using laravel 5.4 or lower register this service provider with Laravel :

```php
'Roumen\Sitemap\SitemapServiceProvider',
Expand Down

0 comments on commit 4dfaed3

Please sign in to comment.