metallizzer / laravel-package
Laravel package generator
v1.2.0
2019-12-25 06:12 UTC
Requires
- php: ^7.2
- laravel/framework: ^6.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-25 17:11:23 UTC
README
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.