Package Data | |
---|---|
Maintainer Username: | yokesharun |
Maintainer Contact: | ayokesh.cse@gmail.com (ayokesh) |
Package Create Date: | 2016-11-18 |
Package Last Update: | 2021-11-29 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-22 03:02:17 |
Package Statistics | |
---|---|
Total Downloads: | 378 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
This Setup wizard will help to install the laravel application in your system and No Coding knowledge just need to click the installa button
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
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,
];
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 :)