The Wayback Machine - https://web.archive.org/web/20201027135235/https://github.com/appoets/default-installer
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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

Total Downloads Latest Stable Version License

The current features are :

- 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.

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

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

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

Usage

Before using this package you need to run this command to publish the vendor files :

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

Happy Coding :)

About

No description or website provided.

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.