delvefore / laravel-packager-hermes
Artisan make Commands when using https://github.com/Jeroen-G/laravel-packager thereby accelerating your development of Laravel Packages.
Requires
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
- sensiolabs/security-checker: ^5.0
This package is auto-updated.
Last update: 2024-10-28 11:50:44 UTC
README
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.