Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

How to enable Queues in the Laravel project for Plesk Laravel Toolkit

 
applications extensionscomposerdatabasedomainsfile manager

Question

How to enable Queues in the Laravel project for Plesk Laravel Toolkit?

Answer

To enable Queues in the Laravel project, do the following:

  1. Navigate to Domains > example.com > PHP Settings and set open_basedir = none
  2. Go to Domains > example.com > Hosting settings and set SSH Access > Type = /bin/bash
  3. Make sure that Scheduler management permission is granted for the subscription. It can be checked via Subscription > example.com > Account (on the right pane) > Customize > Permission tab
  4. Integrate the Laravel package into Plesk. In your Git project, in the “composer.json” file, add the following lines:

    "require": {
    . . . ,
    "plesk/ext-laravel-integration": "*"
    }

    Warning: In case a local repository is used, and changes are performed via File Manager, it is required to commit changes by performing step 5 from this article.  To avoid overwriting after deploy.

  5. Select the database you want to process the queues. The following example is for MySQL database:

      5.1. Create the database
      5.2. In the “.env” project file, add the following lines:

          DB_CONNECTION=mysql
          DB_HOST=<actual database_host (might be localhost)>
          QUEUE_CONNECTION=database
          DB_DATABASE=<db_name>
          DB_USERNAME=<db_username>
          DB_PASSWORD=<db_pass>

    NOTE: Instead of `database_host`, `db_name`, `db_username`, and `db_pass`, specify the actual values used while creating the database. 

  6. Navigate to Domains > example.com > Laravel > Composer tab and run the following:
    composer update
    composer install
  7. Go to Domains > example.com > Laravel > Artisan tab and run migrate (if tables for the database are already created - this step can be skipped)
  8. Go to Domains > example.com > Laravel and enable Scheduled Tasks
  9. The Queue should now be active and ready to be enabled:
Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Exploring Plesk’s Added Value Solutions So Far in 2023

Read More »

Unveiling Sitejet Builder: The Perfect Match for Your Effortless Website Creation Needs

Read More »

Dynamic List vs. Active List: A Comprehensive Comparison – Unveiling the Ultimate Winner!

Read More »
Knowledge Base

Unable to install WordPress using Plesk WordPress Toolkit on CloudLinux : Call to undefined function json_encode()

Read More »

WP Toolkit shows WordPress instance as broken when a domain is using Alt-PHP: Error establishing a database connection

Read More »

WP Toolkit Cloning hangs or stops after 60 seconds on a Plesk server

Read More »

Pull request from remote GIT repository returns an error: A table must have a primary key, but none was found for table ‘Applications’

Read More »

Hosting Wiki

  • Django
  • GIT
  • Google Cloud CDN
  • AMP
  • GitHub
  • MySQL
  • PhpMyAdmin
  • phpPgAdmin
  • PHP
  • MongoDB
  • SQL
  • Joomla! Toolkit
  • Domain
  • WP Toolkit
  • Hosting Control Panel
  • Plesk
  • SQL database
  • NoSQL Database
  • SSH
  • Colocation Hosting
  • Reseller Hosting
  • Cloud Hosting
  • VPS Hosting
  • Dedicated Hosting
  • Shared Hosting
  • Free Hosting
  • Managed Hosting
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family