Skip to content
Want to get Premium Web Hosting only at 45₹/Month Signup Now!

How to Install a Laravel Application in Plesk

Laravel is a popular PHP framework for building web applications. Installing Laravel in Plesk is simple and can be done in a few steps.


Step 1: Log in to Plesk

  • Access your Plesk control panel using your username and password.

Step 2: Navigate to Laravel

  • In the left-hand navigation menu, click “Laravel” under the Applications section.
  • If no Laravel sites exist yet, you will see a message like: “No Laravel site yet? No problem!”

Step 3: Start Installation

  • Click the “Install Application” button.
  • You will be presented with two options:
    1. Install Skeleton
    2. Install from Remote Repository

Step 4: Install Laravel Skeleton

If you want to install a fresh Laravel skeleton application:

  1. Choose the domain where you want to install Laravel.
  2. Select “Install Skeleton”.
  3. The Laravel skeleton will be installed, and a local Git repository will be created.

Step 5: Install from Remote Repository

If your Laravel code is already hosted on a cloud service like GitHub, GitLab, or Bitbucket, or on your own server:

  1. Select “Install from Remote Repository”.
  2. Provide the repository’s URL.
  3. Follow the prompts to deploy your application from the repository.

Step 6: Wait for Deployment

  • Once the installation starts, Plesk will display a Deploying status page.
  • Wait for the process to complete. After deployment, you can manage your Laravel application directly from Plesk.

Conclusion

Installing a Laravel application in Plesk is user-friendly. Whether starting with a fresh Laravel skeleton or deploying an existing project from a repository, Plesk makes the process smooth. This setup also integrates Git, enabling easy version control and deployment management.

Was this article helpful?
YesNo
Back To Top