sukohi/package-creator

A Laravel package to create own package.

3.0.2 2019-11-07 17:14 UTC

This package is auto-updated.

Last update: 2024-04-08 03:51:56 UTC


README

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