Skip to content

DelveFore/laravel-packager-hermes

Repository files navigation

PackagerHermes

Latest Version on Packagist Total Downloads Build Status StyleCI

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!

Installation

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,

Available Commands

Make Controller

$ php artisan make:packager:controller MyVendor/MyPackage MyController 

All options are the same as with Laravel's Artisan Make Controller

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email social@delvefore.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.