LaravelPackages.net
Acme Inc.
Toggle sidebar
zngue/laravel_create_composer_plugin

Laravel composer自动创建包,让你不在为开发而烦恼,轻轻松松创建自己的包

5
0
1.1.3
About zngue/laravel_create_composer_plugin

zngue/laravel_create_composer_plugin is a Laravel package for laravel composer自动创建包,让你不在为开发而烦恼,轻轻松松创建自己的包. It currently has 0 GitHub stars and 5 downloads on Packagist (latest version 1.1.3). Install it with composer require zngue/laravel_create_composer_plugin. Discover more Laravel packages by zngue or browse all Laravel packages to compare alternatives.

Last updated

Installation

composer require zngue/laravel_create_composer_plugin

Register the service provider to the current project (Not needed if using laravel 5.5+):

ConsoleTVs\Bootpack\BootpackServiceProvider::class

Publish the configuration:

php artisan vendor:publish

Usage

Can't be more simple... rename test/package to the vendor/packagename notation you wish to create.

php artisan zng:add test/package

Star History Chart