Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giauphan authored Mar 14, 2024
1 parent 16bbe23 commit 582a2a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Follow these steps to get the Crawler Blog for Laravel up and running:
```bash
composer require giauphan/crawl-blog-data -W
```

# Laravel 10.x
You need to add provider and alias to your config/app.php file:
```php
<?php
Expand All @@ -25,7 +25,6 @@ You need to add provider and alias to your config/app.php file:
],
```
# Laravel 10.x
You need to add commands to your app/Console/Kernel.php file:
```php
protected function commands(): void
Expand All @@ -38,7 +37,7 @@ You need to add commands to your app/Console/Kernel.php file:
```
# Laravel 11.x
You need to add commands to your bootstrap/app.php file:
```
```php
use App\CrawlBlog\Commands\CrawlExample;
->withCommands([
Expand Down

0 comments on commit 582a2a5

Please sign in to comment.