ambersive/packagemaker

This package helps you to create laravel packages.

v0.2.0 2020-07-11 20:37 UTC

This package is auto-updated.

Last update: 2024-04-12 05:12:14 UTC


README

Maintainability Build Status

Changes between versions will be tracked in the CHANGELOG.

Installation

composer require ambersive/packagemaker --dev

Optional: Publish the config

php artisan vendor:publish --tag=packagemaker

Usage

Command

 php artisan make:package ambersive/demo 

This command will create a scaffold for your next laravel project. Addtional options are:

--force

Will force the execution. Otherwise the command will not execute if a package with the same name exists.

--composer

Will add the package to the composer.json file of the laravel installation. It will also execute a "compose require PACKAGE_NAME".

Feedback

Please feel free to give us feedback or any improvement suggestions.

Security Vulnerabilities

If you discover a security vulnerability within this package, please send an e-mail to Manuel Pirker-Ihl via manuel.pirker-ihl@ambersive.com. All security vulnerabilities will be promptly addressed.

License

This package is open-sourced software licensed under the MIT license.