razormeister/laravel-installer is a Laravel package for web installer for laravel applications.
It currently has 4 GitHub stars and 88 downloads on Packagist (latest version 1.0.3).
Install it with composer require razormeister/laravel-installer.
Discover more Laravel packages by razormeister
or browse all Laravel packages to compare alternatives.
Last updated
Laravel-installer is a web installer for web applications. It allows users to check required packages for PHP and Apache, check folder's permissions, save main setting to .env file and create new account to your Laravel app.
composer require RazorMeister/laravel-installer
config/app.php add to providers the following lineRazorMeister\Installer\InstallerProvider::class,
php artisan vendor:publish --tag=laravelInstaller
Enter to the url
http://your-domain/install/
and follow the steps :smile:
List of features ready and TODOs for future development
ToDo list:



Project is: in progress.
Project based on https://github.com/rashidlaasri/LaravelInstaller.
Created by @RazorMeister - feel free to contact me!