Links

Platform Laravel Horizon

Introduction to Laravel Horizon

We recently implemented a new architecture for Enjin Platform, which changed how information is retrieved, processed, and stored.
As part of this release, we introduced a processor container that is responsible for decoding information and storing it in your local database. To facilitate monitoring of this container, we've integrated Laravel Horizon into the platform repository.
You can monitor the container responsible for decoding information and saving it to your local database. This allows you to easily check the status of jobs and identify any failures. To access the dashboard, simply go to the link: http://localhost:8000/horizon/dashboard.
Laravel Horizon documentation: https://laravel.com/docs/10.x/horizon
© 2023 Enjin Pte. Ltd.