Skip to content

Commit

Permalink
Remove docs for very old Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
chojnicki committed Aug 15, 2024
1 parent 27f5bef commit 275f8e2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ Require package with composer:
composer require chojnicki/video-platforms-parser
```

(for Laravel below 5.5) In `/config/app.php` add Service Provider:
```
Chojnicki\VideoPlatformsParser\ServiceProvider::class,
```
(for Laravel below 5.5) In `/config/app.php` add Facade:
```
'VideoPlatformsParser' => Chojnicki\VideoPlatformsParser\Facade::class,
```

Publish config:
```
php artisan vendor:publish --provider="Chojnicki\VideoPlatformsParser\ServiceProvider"
Expand Down

0 comments on commit 275f8e2

Please sign in to comment.