/laravel-web-installer

Install/configure your Laravel application through a fast web based installation wizard.

Primary LanguageCSS

Laravel Web Installer (wizard)

StyleCI Software License

We are still in development of this tool. We expect to have a working/stable version in a few weeks

Install/configure your Laravel application through a fast web based installation wizard.

Features

  • Check for folder (write) permissions
  • Check for required server/extension
  • Configure the .env file

Installation

Add the web installer to your composer file via the composer require command

$ composer require lorem/laravel-web-installer

Laravel 5.5 uses Package Auto-Discovery, so does not require you to manually add the ServiceProvider.

Publish the config file & views to your application

$ php artisan vendor:publish --tag=installer