@monooso/generator-laravel-package
v1.1.0
Published
Yeoman generator for scaffolding a Laravel package
Downloads
4
Readme
Laravel package generator
Overview
Yeoman generator for scaffolding a Laravel package. Generates the following files, based on the information you provide:
src/.gitkeep
tests/.gitkeep
.editorconfig
.gitignore
.nvmrc
.php_cs.dist
.scrutinizer.yml
.travis.yml
CHANGELOG.md
composer.json
LICENSE.txt
package.json
phpunit.xml
README.md
Installation
Install Yeoman and this package using npm.
npm install -g yo
npm install -g @monooso/generator-laravel-package
Usage
yo @monooso/laravel-package
License
This is open source software, released under the MIT license.