rakibahmed1212/api-crud-package

Laravel package to generate a complete API CRUD operation

v1.0.0 2024-06-05 19:44 UTC

This package is auto-updated.

Last update: 2024-09-05 23:50:28 UTC


README

Latest Version on Packagist Total Downloads

A Laravel package to generate a complete CRUD operation. This packages contains:

  • Generate Controller
  • Generate Model
  • Generate Request files
  • Generate Migration Files
  • Generate Routes

Installation

You can install the package via composer:

composer require rakibahmed1212/api-crud-package

Usage

php artisan make:crud ModelName

Now all of your Model, Controller, Migration, Routes and Request will be created automatically with this code

Security

If you discover any security related issues, please email rakibahmed1212@gmail.com instead of using the issue tracker.

Credits

License

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