PHPackages                             alexwijn/laravel-kube-installer - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. alexwijn/laravel-kube-installer

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

alexwijn/laravel-kube-installer
===============================

Prepares a Laravel application for a Kubernetes deployment.

01.5kPHPCI failing

Since Aug 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Alexwijn/laravel-kube-installer)[ Packagist](https://packagist.org/packages/alexwijn/laravel-kube-installer)[ RSS](/packages/alexwijn-laravel-kube-installer/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Kube Installer
----------------------

[](#laravel-kube-installer)

[![Packagist License](https://camo.githubusercontent.com/c038a3e2415919a2e066c6b99292fb49e2c17538a169ed875b71a8d582b04e8a/68747470733a2f2f706f7365722e707567782e6f72672f616c657877696a6e2f6c61726176656c2d6b7562652d696e7374616c6c65722f6c6963656e73652e706e67)](http://choosealicense.com/licenses/mit/)[![Latest Stable Version](https://camo.githubusercontent.com/614f7d3510c677d64b31a1a5981d3899779ac1f5c10c236db3235b666c753b39/68747470733a2f2f706f7365722e707567782e6f72672f616c657877696a6e2f6c61726176656c2d6b7562652d696e7374616c6c65722f76657273696f6e2e706e67)](https://packagist.org/packages/alexwijn/laravel-kube-installer)[![Total Downloads](https://camo.githubusercontent.com/b237f606d70b9c31b60b61fa3d6b499a6f998420dd8c496f9d0b7fcbd6947f0c/68747470733a2f2f706f7365722e707567782e6f72672f616c657877696a6e2f6c61726176656c2d6b7562652d696e7374616c6c65722f642f746f74616c2e706e67)](https://packagist.org/packages/alexwijn/laravel-kube-installer)

This package will add a new command to prepare a Laravel Application for a Kubernetes enviroment with persisten volumes.

Installation
------------

[](#installation)

Require this package with composer.

```
composer require alexwijn/laravel-kube-installer
```

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel 5.5+:

[](#laravel-55)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
Alexwijn\KubeInstaller\ServiceProvider::class,
```

Commands
--------

[](#commands)

At the moment we support the following command:

- *kube:compile* - Compress the storage folder to be used by the install command later.
- *kube:initialize* - This command wil at default migrate the application with seeds and also restore the above storage folder.
- *kube:install* - This command will only run the migrations by default.

All of the above commands can be customized by publishing the configuration file for this package.

```
php artisan vendor:publish --provider=Alexwijn\KubeInstaller\ServiceProvider
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/33f00a18eb1ad1b257d27f8d2185f5599c8bf4a11f31bb7af13a5b31fc6263f8?d=identicon)[Alex Wijnholds](/maintainers/Alex%20Wijnholds)

### Embed Badge

![Health badge](/badges/alexwijn-laravel-kube-installer/health.svg)

```
[![Health](https://phpackages.com/badges/alexwijn-laravel-kube-installer/health.svg)](https://phpackages.com/packages/alexwijn-laravel-kube-installer)
```

###  Alternatives

[ryoluo/sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.

192739.0k3](/packages/ryoluo-sail-ssl)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4676.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

116.5k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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