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:
Date: 4 years ago
Size: 629 bytes
 

Contents

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