Changes between versions will be tracked in the CHANGELOG.
composer require ambersive/packagemaker --dev
php artisan vendor:publish --tag=packagemaker
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".
Please feel free to give us feedback or any improvement suggestions.
If you discover a security vulnerability within this package, please send an e-mail to Manuel Pirker-Ihl via [email protected]. All security vulnerabilities will be promptly addressed.
This package is open-sourced software licensed under the MIT license.