| 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: | 2025-11-04 15:00:27 |
| Package Statistics | |
|---|---|
| Total Downloads: | 215 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 8 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
A Laravel package to create own package.
This package is maintained under Laravel 5.7.
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.
Just execute php artisan make:package.
Then the command will interactively ask some questions and will display instructions for use there.
This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh