denarx / laravel-installer
Generate .env from .env.example and set parameters from web interface
v1.1.0
2021-10-27 14:29 UTC
Requires
- php: >=7.4.0
- illuminate/support: ^7.0|^8.0
This package is auto-updated.
Last update: 2025-04-20 18:48:42 UTC
README
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.