sukohi/package-creator

A Laravel package to create own package.
215 8
Install
composer require sukohi/package-creator
License:MIT
Last Updated:Nov 7, 2019
Links: GitHub  ·  Packagist
Maintainer: Sukohi

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