Skip to content

SUKOHI/PackageCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A Laravel package to create own package.

Resources

Stars

Watchers

Forks

Packages

No packages published