Skip to content

appoets/laravel-setup-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Web Setup Installer

Laravel Setup Wizard for 5.3

The current features are :

- Check For Server Requirements.
- Check For Folders Permissions.
- Ability to set database information.
- Migrate The Database.
- Seed The Tables.

Installation

First, pull in the package through Composer.

composer require "appoets/laravel-setup-installer":"dev-master"

After that, include the service provider within config/app.php.

'providers' => [
    Appoets\LaravelSetup\Providers\LaravelSetupServiceProvider::class,
];

Usage

Before using this package you need to run :

php artisan vendor:publish --provider="Appoets\LaravelSetup\Providers\LaravelSetupServiceProvider"

About

Laravel Setup Wizard for 5.3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published