rakibahmed1212/api-crud-package

Laravel package to generate a complete API CRUD operation

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rakibahmed1212/api-crud-package

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

This package is auto-updated.

Last update: 2026-01-06 02:52:48 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.