hongyukeji/laravel-package is a Laravel package for laravel 5 package bootstraper.
It currently has 0 GitHub stars and 9 downloads on Packagist.
Install it with composer require hongyukeji/laravel-package.
Discover more Laravel packages by hongyukeji
or browse all Laravel packages to compare alternatives.
Last updated
Bootpack is a laravel 5 package bootstraper that does the following:
It features a full terminal application based on an artisan command.
composer require hongyukeji/laravel-package
Register the service provider to the current project (Not needed if using laravel 5.5+):
Hongyukeji\LaravelPackage\BootpackServiceProvider::class
Publish the configuration:
php artisan vendor:publish
Can't be more simple... rename test/package to the vendor/packagename notation you wish to create.
Example: hongyukeji/laravel-package
php artisan bootpack:create test/package
You then have a cool functional terminal to help you create the package. Enjoy!


