Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add documentation about database migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
joskfg authored Jun 23, 2020
1 parent 6f6306b commit 9467dd8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ To publish the scraper config, you can use
```bash
php artisan vendor:publish --provider="Softonic\LaravelIntelligentScraper\ScraperProvider" --tag=config
```

The migrations for database are registered in the service provider, so you can execute the migrate command to create the needed tables.
```bash
php artisan migrate
```

### Dependencies

This package depends on [goutte](https://packagist.org/packages/fabpot/goutte) that depends on [guzzle](https://packagist.org/packages/guzzle/guzzle), so you can customize the client to
Expand Down

0 comments on commit 9467dd8

Please sign in to comment.