PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ankit Jain   Laravel Nginx Configuration   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nginx Configuration
Create a Virtualhost in nginx for a Laravel site
Author: By
Last change: Added enhancements to the update /etc/hosts entry
Releasing v3.0.0
Releasing v2.0.0
Date: 18 days ago
Size: 651 bytes
 

Contents

Class file image Download
{ "name": "ankitjain28may/larahost", "description": "Create a Virtualhost in nginx during laravel project creation", "keywords": ["laravel", "nginx", "laravel-nginx"], "type": "library", "require": { "laravel/installer": "v4.*", "symfony/console": "~5.0" }, "license": "MIT", "autoload": { "psr-4": { "Ankitjain28may\\Larahost\\": "src/" } }, "authors": [ { "name": "Ankit Jain", "email": "[email protected]" } ], "minimum-stability": "dev", "bin": [ "larahost" ], "prefer-stable": true }