laravel-package-generator maintained by srmklive
Description
Laravel plugin for generating custom packages for use in Laravel applications.
Author
Last update
2016/09/19 09:21
(dev-master)
License
Downloads
352
Tags
Laravel Package Generator
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