2017 © Pedro Peláez
 

library installer

Installer for laravel 5

image

simexis/installer

Installer for laravel 5

  • Wednesday, May 31, 2017
  • by jooorooo
  • Repository
  • 5 Watchers
  • 6 Stars
  • 332 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 10 Versions
  • 5 % Grown

The README.md

Laravel Web Installer

Do you want your clients to be able to install a Laravel project just like they do with WordPress or any other CMS? This Laravel package allows users who don't use Composer, SSH etc to install your application just by following the setup wizard. The current features are :, (*1)

- Check For Folders and Files Permissions.
- Check For Server Requirements.
- Ability to set database information.
- Update existing application.
- Migrate The Database.
- Seed The Tables.

If you have any suggestions please let me know : https://github.com/jooorooo/installer/pulls., (*2)

Installation

First, pull in the package through Composer., (*3)

composer require simexis/installer

And then run :, (*4)

composer update

After that, include the service provider within app/config/app.php., (*5)

'providers' => [
    Simexis\Installer\InstallerServiceProvider::class,
];

Usage

Before using this package you need to run :, (*6)

php artisan vendor:publish

You will notice additional files and folders appear in your project :, (*7)

  • config/installer.php : In here you can set the requirements along with the folders and files permissions for your application to run, by default the array cotaines the default requirements for a basic Laravel app.
  • resources/views/vendor/installer : This folder contains the HTML code for your installer, it is 100% customizable, give it a look and see how nice/clean it is.
  • resources/lang/en/installer.php : This file holds all the messages/text, currently only English is available, if your application is in another language, you can copy/past it in your language folder and modify it the way you want.

The Versions

31/05 2017

dev-master

9999999-dev

Installer for laravel 5

  Sources   Download

MIT

The Requires

 

31/05 2017

1.6.7

1.6.7.0

Installer for laravel 5

  Sources   Download

MIT

The Requires

 

27/01 2016

1.6.6

1.6.6.0

Installer for laravel 5

  Sources   Download

MIT

The Requires

 

26/01 2016

1.6.5

1.6.5.0

Installer for laravel 5

  Sources   Download

MIT

The Requires

 

26/01 2016

1.6.4

1.6.4.0

Installer for laravel 5

  Sources   Download

MIT

The Requires

 

26/01 2016

1.6.3

1.6.3.0

Installer for laravel 5

  Sources   Download

MIT

The Requires

 

26/01 2016

1.6.2

1.6.2.0

Installer for laravel 5.0.x and 5.1.x

  Sources   Download

MIT

The Requires

 

22/10 2015

1.6.1

1.6.1.0

Installer for laravel 5.x

  Sources   Download

MIT

The Requires

 

21/10 2015

1.6

1.6.0.0

Installer for laravel 5.x

  Sources   Download

MIT

The Requires

 

21/10 2015

0.9

0.9.0.0

Installer for laravel 5.x

  Sources   Download

MIT

The Requires