2017 © Pedro Peláez
 

library package-creator

A Laravel package to create own package.

image

sukohi/package-creator

A Laravel package to create own package.

  • Thursday, April 12, 2018
  • by Sukohi
  • Repository
  • 2 Watchers
  • 6 Stars
  • 93 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 19 % Grown

The README.md

PackageCreator

A Laravel package to create own package.
This package is maintained under Laravel 5.7., (*1)

Installation

Execute composer command., (*2)

composer require sukohi/package-creator:3.*

Your Laravel's version is 5.5+, it is done!, (*3)

Register the service provider in app.php, (*4)

'providers' => [
    // ...Others...,  
    Sukohi\PackageCreator\PackageCreatorServiceProvider::class,
]

Now php artisan make:package is available., (*5)

Usage

Just execute php artisan make:package.
Then the command will interactively ask some questions and will display instructions for use there., (*6)

License

This package is licensed under the MIT License., (*7)

Copyright 2016 Sukohi Kuhoh, (*8)

The Versions

12/04 2018

2.0.x-dev

2.0.9999999.9999999-dev

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/04 2018

dev-master

9999999-dev

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/04 2018

2.0.4

2.0.4.0

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

12/04 2018

2.0.3

2.0.3.0

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

14/02 2017

2.0.2

2.0.2.0

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

01/06 2016

2.0.1

2.0.1.0

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi

06/03 2016

2.0.0

2.0.0.0

A Laravel package to create own package.

  Sources   Download

MIT

The Requires

 

by Avatar Sukohi