sukohi/package-creator
PackageCreator
A Laravel package to create own package.
This package is maintained under Laravel 5.7.
Installation
Execute composer command.
composer require sukohi/package-creator:3.*
Your Laravel's version is 5.5+, it is done!
Register the service provider in app.php
'providers' => [
// ...Others...,
Sukohi\PackageCreator\PackageCreatorServiceProvider::class,
]
Now php artisan make:package is available.
Usage
Just execute php artisan make:package.
Then the command will interactively ask some questions and will display instructions for use there.
License
This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
612,604,198
9,704