Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Tondereau committed Jun 6, 2016
1 parent 46febc7 commit 7a423c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To use facade you have to add these line in `app.php` `aliases` array
Now run this command from your terminal to publish this package resources

```
php artisan vendor:publish
php artisan vendor:publish --provider="Nahid\Talk\TalkServiceProvider"
```

After run this command all necessary file will be included with your project. This package has two default migrations. So you have to run migrate command like these. Make sure your database configuration was configure correctly.
Expand Down

0 comments on commit 7a423c0

Please sign in to comment.