PHPackages                             peteconsuegra/laravel-manager-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. peteconsuegra/laravel-manager-plugin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

peteconsuegra/laravel-manager-plugin
====================================

Laravel Manager plugin for WordPress Pete (create/import Laravel apps and link with WordPress).

1.6(8mo ago)025MITBladePHP &gt;=8.0

Since Sep 29Pushed 3mo agoCompare

[ Source](https://github.com/peterconsuegra/laravel-manager-plugin)[ Packagist](https://packagist.org/packages/peteconsuegra/laravel-manager-plugin)[ RSS](/packages/peteconsuegra-laravel-manager-plugin/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Laravel Manager – One‑Click Laravel Deployment Inside Pete Panel
================================================================

[](#laravel-manager--oneclick-laravel-deployment-inside-pete-panel)

> Create, import, deploy, and manage Laravel applications inside your Docker-based Pete Panel hosting environment — with automatic database provisioning, Apache configuration, and SSL support.

Laravel Manager is a **premium Pete Panel plugin** designed for developers, agencies, and SaaS founders who need fast Laravel deployment without complex DevOps setup.

---

🚀 What Is Laravel Manager?
==========================

[](#-what-is-laravel-manager)

Laravel Manager allows you to:

- ✅ Deploy new Laravel projects (8.x – 12.x)
- ✅ Import existing Laravel apps from Git (GitHub, GitLab, Bitbucket)
- ✅ Auto-create MySQL databases &amp; users
- ✅ Automatically configure Apache VirtualHosts
- ✅ Run migrations &amp; generate APP\_KEY
- ✅ Enable SSL certificates (production only)
- ✅ View provisioning logs in real time

If you're searching for:

- Laravel control panel
- Self-hosted Laravel hosting solution
- Laravel Docker deployment tool
- Laravel + WordPress hybrid hosting
- Alternative to Forge, Ploi, or RunCloud

Laravel Manager inside Pete Panel is built for you.

---

⚡ Why Use Laravel Manager?
==========================

[](#-why-use-laravel-manager)

Modern Laravel apps require:

- Web server configuration
- Database provisioning
- Environment file setup
- SSL certificates
- Deployment automation

Laravel Manager automates all of it.

Instead of manually configuring Apache, MySQL, and Composer, you simply:

1. Choose **New** or **Import**
2. Select Laravel version or Git repo
3. Enter your domain
4. Click **Create**

Pete Panel handles the rest.

---

🏗 Core Features
===============

[](#-core-features)

🔹 1. One‑Click Laravel Installation
-----------------------------------

[](#-1-oneclick-laravel-installation)

- Uses Composer `create-project`
- Supports Laravel versions 8.x – 12.x
- Automatically generates `.env`
- Creates and migrates database
- Generates `APP_KEY`

🔹 2. Import Existing Laravel from Git
-------------------------------------

[](#-2-import-existing-laravel-from-git)

- Clone private or public repositories
- Supports SSH &amp; HTTPS
- Displays server SSH public key
- Runs `composer install`
- Automatically configures environment

🔹 3. Automatic Apache VirtualHost Setup
---------------------------------------

[](#-3-automatic-apache-virtualhost-setup)

- Creates vhost config
- Enables site automatically
- Forwards PHP to Docker PHP-FPM (`php:9000`)
- Reloads server automatically

🔹 4. Database Automation
------------------------

[](#-4-database-automation)

- Generates secure DB name
- Creates DB user with privileges
- Injects credentials into `.env`

🔹 5. SSL Certificate Generation
-------------------------------

[](#-5-ssl-certificate-generation)

- Production-only
- Integrated with Pete’s Let's Encrypt flow
- One-click SSL from dashboard

🔹 6. Provisioning Logs Viewer
-----------------------------

[](#-6-provisioning-logs-viewer)

- Terminal output
- Apache error.log
- Apache access.log

---

🐳 Built for Docker-Based Laravel Hosting
========================================

[](#-built-for-docker-based-laravel-hosting)

Laravel Manager is optimized for:

- Docker environments
- Apache + PHP-FPM
- MySQL containers
- Containerized Laravel hosting

Expected services:

- `php:9000` (PHP-FPM)
- `db:3306` (MySQL)

---

📦 Installation
==============

[](#-installation)

Typically bundled with Pete Panel Premium.

Manual installation:

```
composer require peteconsuegra/laravel-manager-plugin
```

If auto-discovery is disabled:

```
// config/app.php
'providers' => [
    Pete\LaravelManager\LaravelManagerServiceProvider::class,
];
```

Publish views (optional):

```
php artisan vendor:publish --tag=laravel-manager-views
```

---

🌍 Routes
========

[](#-routes)

- GET `/laravel-manager`
- GET `/laravel-manager/create`
- POST `/laravel-manager`
- GET `/laravel-manager/logs/{id}`
- POST `/laravel-manager/delete`
- POST `/laravel-manager/generate-ssl`

---

🔐 Security
==========

[](#-security)

- Requires authentication
- Validates all inputs
- Enforces unique domains
- SSL restricted to production
- Optional Gate policy enforcement

---

🎯 Who Is This For?
==================

[](#-who-is-this-for)

- Laravel developers
- WordPress + Laravel hybrid builders
- Agencies managing client apps
- SaaS founders launching MVPs
- Developers migrating away from cPanel

---

🔌 Part of the Pete Ecosystem
============================

[](#-part-of-the-pete-ecosystem)

Works perfectly with:

- WordPress + Laravel Plugin
- WordPress Importer Plugin
- Docker LAMP Pete Environment

Official site:

---

💼 License
=========

[](#-license)

Laravel Manager is a **commercial premium plugin** included with Pete Panel licenses.

All rights reserved.

---

🚀 Deploy Laravel Faster. Scale Smarter. Control Everything.
===========================================================

[](#-deploy-laravel-faster-scale-smarter-control-everything)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance70

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

6

Last Release

263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8eff07efc3f4aff6ec540ed04df47e6c70a67abcb298065f9606219be35721?d=identicon)[pedroconsuegra](/maintainers/pedroconsuegra)

---

Top Contributors

[![peterconsuegra](https://avatars.githubusercontent.com/u/339774?v=4)](https://github.com/peterconsuegra "peterconsuegra (9 commits)")

### Embed Badge

![Health badge](/badges/peteconsuegra-laravel-manager-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/peteconsuegra-laravel-manager-plugin/health.svg)](https://phpackages.com/packages/peteconsuegra-laravel-manager-plugin)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[illuminate/pipeline

The Illuminate Pipeline package.

9348.3M267](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10533.5M991](/packages/illuminate-pagination)[illuminate/redis

The Illuminate Redis package.

8314.4M362](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

224.5M132](/packages/illuminate-cookie)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
