zngue/laravel_create_composer_plugin

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

Maintainers

Package info

github.com/zngue/laravel_create_composer_plugin

pkg:composer/zngue/laravel_create_composer_plugin

Statistics

Installs: 5

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.3 2019-04-19 09:54 UTC

This package is auto-updated.

Last update: 2026-03-05 18:32:12 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