Prepares a Laravel application for a Kubernetes deployment.
alexwijn/laravel-kube-installer is a Laravel package for prepares a laravel application for a kubernetes deployment..
It currently has 0 GitHub stars and 1.460 downloads on Packagist.
Install it with composer require alexwijn/laravel-kube-installer.
Discover more Laravel packages by alexwijn
or browse all Laravel packages to compare alternatives.
Last updated
This package will add a new command to prepare a Laravel Application for a Kubernetes enviroment with persisten volumes.
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.
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Alexwijn\KubeInstaller\ServiceProvider::class,
At the moment we support the following command:
All of the above commands can be customized by publishing the configuration file for this package.
php artisan vendor:publish --provider=Alexwijn\KubeInstaller\ServiceProvider