PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Diego R. Lima   PHP Artisan Make File Location   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Artisan Make File Location
Change the namespace of files generated by artisan
Author: By
Last change:
Date: 5 years ago
Size: 681 bytes
 

Contents

Class file image Download
{ "name": "diego-rlima/artisan-make-file-location", "description": "Ability to change the namespace/location of the files generated by the \"artisan make\" commands.", "require": { "php": ">=7.0.0", "laravel/framework": ">=5.4" }, "license": "MIT", "authors": [ { "name": "Diego R. Lima", "email": "contact@diegoribeiro.net" } ], "minimum-stability": "dev", "autoload": { "psr-4": { "DRL\\AMFL\\": "src/" } }, "extra": { "laravel": { "providers": [ "DRL\\AMFL\\ArtisanServiceProvider" ] } } }