| Package Data | |
|---|---|
| Maintainer Username: | alexsoft |
| Maintainer Contact: | alex@plekhanov.us (Alexey Plekhanov) |
| Package Create Date: | 2014-06-03 |
| Package Last Update: | 2014-09-23 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:09:24 |
| Package Statistics | |
|---|---|
| Total Downloads: | 186 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 8 |
| Total Watchers: | 2 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
First install it using Composer. Edit your project's composer.json file to require alexsoft/webserver-config-generator.
"require": {
"alexsoft/webserver-config-generator": "~1.3.1"
}
Next, update Composer from the Terminal:
composer update
Once this operation completes, the final step is to add the service provider. Open app/config/app.php, and add a new item to the providers array.
'Alexsoft\WebserverGenerator\WebserverGeneratorServiceProvider'
That's it! You're all set to go. Run the artisan command from the Terminal to see the new webserver commands.