denarx/laravel-installer

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

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/denarx/laravel-installer

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

This package is auto-updated.

Last update: 2025-12-20 20:24:59 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.