zngue/laravel_create_composer_plugin

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

Installs: 5

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zngue/laravel_create_composer_plugin

1.1.3 2019-04-19 09:54 UTC

This package is auto-updated.

Last update: 2025-10-05 17:39:29 UTC


README

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