How to activate Laravel Horizon on Cloudways

How to activate Laravel Horizon on Cloudways

Posted on:August 5, 2022 at 10:00 AM

Hi,

If you are wondering how to activate Laravel Horizon in Cloudways, I think these tiny tips will help you. Recently I have faced the issue of how to activate horizon in Cloudways, then I come out with this solution.

BTW, if you have issues also how to install horizon in cloudways, then you can check in the official blog post

Table of Contents

Open Table of Contents

Step 1

Login to your Cloudways account and relocate to https://platform.cloudways.com/apps, and choose your app.

Step 2

Go to Applications Management > Cron Job Management

image

Step 3

Go to Advanced section.

Then add-

1 0 * * * php /home/master/applications/<APP_NAME>/public_html/artisan horizon >> /dev/null 2>&1

image

Now based on your requirements, tweak the following items-

NamevalueDescription
1Cron FrequencySet the Cron Frequency. For example, Cron Example
2<APP_NAME>Set your <app_name>. For example, aaaaaaaaaa

Now save. Done.

It should work.

Thanks for reading.