mpiyush007 / laravel-entity-maker
Adds ability to create an entity with service class.
v1.0.0
2020-07-01 13:14 UTC
Requires
- php: ^7.4
This package is auto-updated.
Last update: 2024-10-29 06:11:51 UTC
README
Laravel package to add new make command. This make command has all features of make:model, plus it can now make a Service class.
Installation
You can install the package via composer:
composer require mpiyush007/laravel-entity-maker
Usage
- To create all files with Model
php artisan make:entity ModelName
- To create Model and Service class only
php artisan make:entity ModelName -s
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email piyushmaurya07@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.