zngue/laravel_create_composer_plugin

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

1.1.3 2019-04-19 09:54 UTC

This package is auto-updated.

Last update: 2024-04-05 14:38:32 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