denarx/laravel-installer

Generate .env from .env.example and set parameters from web interface

v1.1.0 2021-10-27 14:29 UTC

This package is auto-updated.

Last update: 2025-04-20 18:48:42 UTC


README

Latest Version on Packagist Total Downloads License

Installation

You can install the package with Composer using the following command:

composer require DenarX/laravel-installer

For Lumen need to register service in bootstrap/app.php

$app->register(\Denarx\laravelInstaller\InstallServiceProvider::class);

License

The MIT License (MIT). Please see License File for more information.