Skip to content

Commit

Permalink
Merge pull request #18 from IT-Joris/master
Browse files Browse the repository at this point in the history
Fix README.md | Issue #17
  • Loading branch information
verschuur authored Sep 30, 2024
2 parents d2a63f0 + be04d07 commit d2dfb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
composer.phar
.DS_Store
.phpunit.result.cache
/coverage
/coverage
/.idea
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This will allow the default install to allow all robots on a production environm
If you need custom sitemap entries, publish the configuration file

```bash
php artisan vendor:publish --provider="Verschuur\Laravel\RobotsTxt\RobotsTxtProvider"
php artisan vendor:publish --provider="Verschuur\Laravel\RobotsTxt\Providers\RobotsTxtProvider"
```

This will copy the `robots-txt.php` config file to your app's `config` folder. In this file you will find the following array structure
Expand Down Expand Up @@ -210,7 +210,7 @@ Because sitemaps always need to an absolute url, they are automatically wrapped

# Compatiblility

This package is compatible with Laravel 9 and 10. For a complete overview of supported Laravel and PHP versions, please refer to the ['Run test' workflow](https://github.com/verschuur/laravel-robotstxt/actions).
This package is compatible with Laravel 9, 10 and 11. For a complete overview of supported Laravel and PHP versions, please refer to the ['Run test' workflow](https://github.com/verschuur/laravel-robotstxt/actions).

# Testing

Expand Down

0 comments on commit d2dfb5f

Please sign in to comment.