PHPackages                             pkeidel/laradockctl - 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. [CLI &amp; Console](/categories/cli)
4. /
5. pkeidel/laradockctl

ActiveLibrary[CLI &amp; Console](/categories/cli)

pkeidel/laradockctl
===================

Allows to manage docker container for the development over cli - with help of the amazing laradock project

0.9.1(3y ago)184MITPHPPHP ^8.1

Since Sep 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/PKeidel/laradockctl)[ Packagist](https://packagist.org/packages/pkeidel/laradockctl)[ RSS](/packages/pkeidel-laradockctl/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (15)Used By (0)

README
======

[](#readme)

[![MIT License](https://camo.githubusercontent.com/f45d904953153ca304a2328243d2733e095eee13a631a1f390709885d41dd692/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2f6672616d65776f726b2f6c6963656e73652e737667)](https://packagist.org/packages/pkeidel/laradockctl)[![Latest Version on Packagist](https://camo.githubusercontent.com/dceb6692001551b956848383a4963b2d5b274bf9879467e191df5e7bfc1cef85/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f706b656964656c2f6c617261646f636b63746c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pkeidel/laradockctl)[![Total Downloads](https://camo.githubusercontent.com/6a59a67e2a3e1a8262d678163107dd42a779861fd3adc683e906619e59efe0b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f706b656964656c2f6c617261646f636b63746c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pkeidel/laradockctl)[![](https://camo.githubusercontent.com/d95f39129b85834f55705be27f48b28a4881f1a89e6680b560b9725e51e39736/687474703a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d616b65732d70656f706c652d736d696c652e737667)](https://packagist.org/packages/pkeidel/laradockctl)

This package does the following things:

- download laradock
- detect which services are needed and configure them

At the moment it supports:

- Laravel

For laravel it also does:

- configure your database connection
- configure your redis connection

How it works:

`ProjectReader` instances inspect your project and return what services are needed. Configs are adjusted to start these services via `php artisan laradock:up`.

Install
-------

[](#install)

```
composer require pkeidel/laradockctl --dev
```

### Usage

[](#usage)

- `laradock:install`
- `laradock:configure`
- `laradock:up`

### Commands

[](#commands)

There are the following artisan commands:

- `laradock:install` Installs laradock from github. If git is found it uses git else it downloads it as zip file
- `laradock:configure` Enables the specified services and write the needed configuration to ./.env and laradock/.env
- `laradock:up` Starts all your containers
    - `laradock:up --only="php-fpm nginx"`
- `laradock:exec` Executes 'bash' in 'php-fpm' container
    - `laradock:exec nginx` Executes 'bash' in 'nginx' container
    - `laradock:exec nginx --cmd=sh` Executes 'sh' in 'nginx' container
- `laradock:logs` tail -f log output for all your containers
- `laradock:update` Updates laradock. Either via git or via zip download

There are also these commands but you may not need them for normal usage:

- `laradock:setenv` Sets the value of a specified key in laradock/.env

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 91.7% 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 ~69 days

Recently: every ~143 days

Total

14

Last Release

1177d ago

PHP version history (3 changes)0.1.0PHP ^7.3

0.5.1PHP ^7.4 || ^8.0

0.8.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/748433d40403823c295ae1e046e5b5f87f1557f49619acbeffc7260a0db62cd7?d=identicon)[PKeidel](/maintainers/PKeidel)

---

Top Contributors

[![PKeidel](https://avatars.githubusercontent.com/u/6698883?v=4)](https://github.com/PKeidel "PKeidel (22 commits)")[![TiiFuchs](https://avatars.githubusercontent.com/u/1958744?v=4)](https://github.com/TiiFuchs "TiiFuchs (2 commits)")

### Embed Badge

![Health badge](/badges/pkeidel-laradockctl/health.svg)

```
[![Health](https://phpackages.com/badges/pkeidel-laradockctl/health.svg)](https://phpackages.com/packages/pkeidel-laradockctl)
```

###  Alternatives

[jakyeru/laravel-shell

Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.

166.1k](/packages/jakyeru-laravel-shell)

PHPackages © 2026

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