zngue / laravel_create_composer_plugin
Laravel composer自动创建包,让你不在为开发而烦恼,轻轻松松创建自己的包
1.1.3
2019-04-19 09:54 UTC
Requires
- php: >=7.2
- composer/composer: ^1.5.1
- consoletvs/support: ^2.2.0
- illuminate/support: 5.*
This package is auto-updated.
Last update: 2025-03-05 16:34:47 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