Skip to content

Commit

Permalink
Merge branch 'horizon-failed-jobs' of https://github.com/driesvints/docs
Browse files Browse the repository at this point in the history
 into driesvints-horizon-failed-jobs
  • Loading branch information
taylorotwell committed Nov 26, 2018
2 parents 117cc0c + a22403b commit 1899354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions horizon.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ After installing Horizon, publish its assets using the `horizon:install` Artisan

php artisan horizon:install

You may also want to install the `failed_jobs` table which Laravel will use to store any [failed jobs](/docs/{{version}}/queues#dealing-with-failed-jobs):

php artisan queue:failed-table
php artisan migrate

<a name="configuration"></a>
### Configuration

Expand Down

0 comments on commit 1899354

Please sign in to comment.