metallizzer/laravel-package

Laravel package generator

Downloads

7

Stars

0

Version

v1.2.0

Laravel package generator

Build Status Latest Version on Packagist Software License Total Downloads

This Laravel package creates new package skeleton and optionaly can make some of necessary classes for this newly created package.

Installation

You can install the package via composer:

composer require --dev metallizzer/laravel-package

Usage

To create a new package, run this artisan command:

php artisan make:package vendor/package_name

You can also create necessary classes by running one of this commands:

php artisan package:make:model ModelName
php artisan package:make:controller ControllerName
...

All available commands you can view by running:

php artisan list package:make

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Metallizzer

Author

Metallizzer