srmklive/laravel-package-generator
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
Related Packages
joe1992w/laravel-media-embed
Laravel Wrapper for dereuromark/MediaEmbed to generate embed HTML for popular me...
3,440
5
vlados/laravel-blade-crawler-detect
Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...
5,439
0