Download the PHP package sukohi/package-creator without Composer
On this page you can find all versions of the php package sukohi/package-creator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sukohi/package-creator
More information about sukohi/package-creator
Files in sukohi/package-creator
Download sukohi/package-creator
More information about sukohi/package-creator
Files in sukohi/package-creator
Vendor sukohi
Package package-creator
Short Description A Laravel package to create own package.
License MIT
Package package-creator
Short Description A Laravel package to create own package.
License MIT
Please rate this library. Is it a good library?
Informations about the package 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
All versions of package-creator with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
~5.0|~6.0
The package sukohi/package-creator contains the following files
Loading the files please wait ....