SUKOHI / PackageCreator by Sukohi

A Laravel package to create own package.
213
8
3
Package Data
Maintainer Username: Sukohi
Maintainer Contact: capilano.sukohi@gmail.com (Sukohi)
Package Create Date: 2016-03-06
Package Last Update: 2019-11-07
Language: PHP
License: MIT
Last Refreshed: 2024-05-12 03:07:14
Package Statistics
Total Downloads: 213
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 8
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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