You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
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
+
29
35
### Dependencies
30
36
31
37
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