Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkeash committed May 3, 2017
1 parent 53e06f8 commit 472c4a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,11 @@ return [
];
```
If you change the table name and then run your migrations Doorman will then use the new table name.

### Console

To remove used and expired invites you can use the `cleanup` command:

```bash
$ php artisan doorman:cleanup
```

0 comments on commit 472c4a1

Please sign in to comment.