Download the PHP package alexsoft/webserver-config-generator without Composer
On this page you can find all versions of the php package alexsoft/webserver-config-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package webserver-config-generator
Webserver config generator for Laravel 4
Instalation
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.
All versions of webserver-config-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version ~5.0
illuminate/filesystem Version ~5.0
illuminate/view Version ~5.0
illuminate/console Version ~5.0
illuminate/support Version ~5.0
illuminate/filesystem Version ~5.0
illuminate/view Version ~5.0
illuminate/console Version ~5.0
The package alexsoft/webserver-config-generator contains the following files
Loading the files please wait ....