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
Requires
- php: >=7.4.0
- illuminate/support: ^7.0|^8.0
This package is auto-updated.
Last update: 2025-12-20 20:24:59 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.