2017 © Pedro Peláez
 

library default-installer

Laravel 5.3 web installer

image

appoets/default-installer

Laravel 5.3 web installer

  • Friday, October 6, 2017
  • by yokesharun
  • Repository
  • 1 Watchers
  • 0 Stars
  • 220 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

Laravel Default Installer for 5.*

This Setup wizard will help to install the laravel application in your system and No Coding knowledge just need to click the installa button, (*1)

Total Downloads Latest Stable Version License , (*2)

The current features are :, (*3)

- It will Check For Server Requirements.
- It will Check For Folders Permissions.
- Has the Ability to set database information.
- It will Migrate The Database.
- It will Seed The Tables.
- Finally it will redirect to home page

Installation

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

composer require "appoets/default-installer":"dev-master"

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

'providers' => [
    Appoets\DefaultInstaller\Providers\DefaultInstallerServiceProvider::class,
];

Usage

Before using this package you need to run this command to publish the vendor files :, (*6)

php artisan vendor:publish --provider="Appoets\DefaultInstaller\Providers\DefaultInstallerServiceProvider"

Happy Coding :), (*7)

The Versions

06/10 2017

dev-master

9999999-dev

Laravel 5.3 web installer

  Sources   Download

MIT

by ayokesh

database laravel installer package seed migrate setup