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

Commit 9467dd8

Browse files
authored
Add documentation about database migration.
1 parent 6f6306b commit 9467dd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ To publish the scraper config, you can use
2626
```bash
2727
php artisan vendor:publish --provider="Softonic\LaravelIntelligentScraper\ScraperProvider" --tag=config
2828
```
29+
30+
The migrations for database are registered in the service provider, so you can execute the migrate command to create the needed tables.
31+
```bash
32+
php artisan migrate
33+
```
34+
2935
### Dependencies
3036

3137
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

0 commit comments

Comments
 (0)