Documentation

Visit Our xCloud Knowledge Base

Here is your one-stop source for in-depth articles, FAQs, and tutorials for you to excel at hosting & managing your websites.


How to Set Up Laravel Horizon with xCloud 

Laravel Horizon is a powerful dashboard and configuration tool for Laravel queues, providing deep insight into your job processing. If you are using xCloud to deploy your Laravel application, setting up Horizon is simple. Follow the step-by-step process to set up Laravel Horizon with xCloud.

Step 1: Go to the Laravel Site #

First, go to your site and navigate to the ‘Laravel’ section in the dashboard. Select your ‘Application’ from the list of deployed Laravel applications.

Set Up Laravel Horizon

Step 3: Install The Laravel Horizon #

Now install Laravel Horizon locally by running the following commands and commit the changes to git:

composer require laravel/horizon 
php artisan horizon:install

Now, if you go back to the xCloud dashboard, you will see that the Horizon is installing. After the installation process is completed, you will see that the Laravel Horizon set up proper.


Once the command is processed, Laravel Horizon will be installed. You can go back to the Laravel dashboard, where you will see the notice that Laravel Horizon is installed. And if you go to the Horizon dashboard, you will be able to see the stats of your Laravel Application

Add Queue Restart to Deployment Script  #

To ensure that your queue workers are properly restarted after each deployment, add the following command to the Deployment Script field in your application settings:

$XCLOUD_PHP artisan horizon:terminate

This will restart the Horizon process gracefully after finishing the running tasks.

Read this official Laravel documentation for more best practices on queue worker deployment.

That is it! You have successfully set up Laravel Horizon with xCloud. With Horizon, now you can monitor your queues efficiently and gain better insight into your application’s background job processing. 

Still stuck? Contact our dedicated support team for any of your queries.

What are your feelings
Updated on May 20, 2025

Server Name

RAM

SSD

xCloud Provider Price/m
(For LTD users)

VULTR Price/m

DO Price/m

Newcomer

1GB

25GB

$4.50

$5.00

$6.00

Basic

2GB

55GB

$9.00

$10

$12.00

Standard

4GB

80GB

$18.00

$20

$24.00

Professional

8GB

160GB

$36.00

$40

$48.00

Business

16GB

320GB

$72.00

$80

$96.00

Server Name

RAM

SSD/NVMe

xCloud Provider Price/m
(For LTD users)

VULTR Price/m

DO Price/m

Lite

1GB

32GB

$5.40

$6.00

$8.00

Personal

2GB

88GB

$16.20

$18.00

$24.00

Growing

4GB

128GB

$21.60

$24.00

$32.00

Elite

8GB

256GB

$43.20

$48.00

$64.00

Titanium

8GB

384GB

$86.40

$96.00

$96.00

Ultimate

32GB

512GB

$172.80

$192.00

$192.00