1.1.0 • Published 5 years ago
@monooso/generator-laravel-package v1.1.0
Laravel package generator
Overview
Yeoman generator for scaffolding a Laravel package. Generates the following files, based on the information you provide:
src/.gitkeeptests/.gitkeep.editorconfig.gitignore.nvmrc.php_cs.dist.scrutinizer.yml.travis.ymlCHANGELOG.mdcomposer.jsonLICENSE.txtpackage.jsonphpunit.xmlREADME.md
Installation
Install Yeoman and this package using npm.
npm install -g yo
npm install -g @monooso/generator-laravel-packageUsage
yo @monooso/laravel-packageLicense
This is open source software, released under the MIT license.