mpiyush007/laravel-entity-maker

Adds ability to create an entity with service class.

v1.0.0 2020-07-01 13:14 UTC

This package is auto-updated.

Last update: 2024-08-29 05:37:47 UTC


README

Latest Version on Packagist Total Downloads

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

  1. To create all files with Model
php artisan make:entity ModelName
  1. 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.