Laravel Packager Hermes enables usage of Artisan make commands for accelerating package development with Jeroen-G's Laravel Packager.
In other words, this is a wrapper around Laravel 5 Artisan commands that targets packages/
created by Jeroen-G's Laravel Packager. With both of these tools, you can get to building and publishing your packages quickly!
Via Composer
$ composer require delvefore/packager-hermes
Please note that this is specifically designed to work with the latest version of Laravel 5.
However, you'd like to use it with Laravel 5.4 and below use service provider in config/app.php
:
JeroenG\Packager\PackagerServiceProvider::class,
$ php artisan make:packager:controller MyVendor/MyPackage MyController
All options are the same as with Laravel's Artisan Make Controller
Please see the changelog for more information on what has changed recently.
$ composer test
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
MIT. Please see the license file for more information.