Skip to content

zngue/laravel_create_composer_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

laravel_create_composer_plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published