036 / laravel-web-installer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:CSS 83.5%Language:PHP 11.6%Language:HTML 4.9%