srmklive/laravel-package-generator

Laravel plugin for generating custom packages for use in Laravel applications.

v0.1 2016-07-04 11:40 UTC

This package is auto-updated.

Last update: 2024-03-28 02:33:04 UTC


README

Introduction

By using this package, you can create custom packages for your laravel applications.

Only Laravel 5.1 or greater is supported in this package.

Installation

  • Use following command to install:
composer require srmklive/laravel-package-generator
  • Add the service provider to your $providers array in config/app.php file like:
Srmklive\PackageGenerator\Providers\PackageGeneratorServiceProvider::class

Usage

php artisan make:package --author=author --name="Test Author" --email=test@example.com --package=mypackage