PHPackages                             tomosia/laravel-easy-crud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tomosia/laravel-easy-crud

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tomosia/laravel-easy-crud
=========================

Give commands to help programmers save time when coding

v1.0.3(2y ago)610PHP

Since Aug 24Pushed 2y agoCompare

[ Source](https://github.com/TOMOSIA-VIETNAM/laravel-easy-crud)[ Packagist](https://packagist.org/packages/tomosia/laravel-easy-crud)[ RSS](/packages/tomosia-laravel-easy-crud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (5)Used By (0)

Laravel Easy CRUD
=================

[](#laravel-easy-crud)

A package for adding `php artisan make:api-crud` command to Laravel 8+ and Laravel Module

Auto generate:

- Controller
- Service
- Repository
- Request
- Resource
- Api Document using l5-swagger

Installation
------------

[](#installation)

Require the package with composer using the following command:

`composer require tomosia/laravel-easy-crud --dev`

Or add the following to your composer.json's require-dev section and `composer update`

```
"require-dev": {
          "tomosia/laravel-easy-crud": "^1.*"
}
```

In your config/app.php add VietNH\\LaraEasyDev\\RepositoryServiceProvider::class to the end of the providers array:

```
'providers' => [
    ...
    VietNH\LaraEasyDev\RepositoryServiceProvider::class,
],
```

Publish Configuration

```
php artisan vendor:publish --provider "VietNH\LaraEasyDev\RepositoryServiceProvider"
```

Usage
-----

[](#usage)

\####All file:

`php artisan make:api-crud {model} {--module=}`

Example:

```
php artisan make:api-crud User --module=Api

```

\####Each file:

`php artisan make:controller {model} {module}`

`php artisan make:service {model} {module}`

`php artisan make:repository {model} {module}`

`php artisan make:request {model} {module}`

`php artisan make:response {model} {module}`

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~60 days

Total

4

Last Release

812d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e7affb8ba104735272cc0073e584664844078671f4a717c477d61aa25982818?d=identicon)[vietnguyen2509](/maintainers/vietnguyen2509)

---

Top Contributors

[![VietTomosia2509](https://avatars.githubusercontent.com/u/76545419?v=4)](https://github.com/VietTomosia2509 "VietTomosia2509 (6 commits)")

### Embed Badge

![Health badge](/badges/tomosia-laravel-easy-crud/health.svg)

```
[![Health](https://phpackages.com/badges/tomosia-laravel-easy-crud/health.svg)](https://phpackages.com/packages/tomosia-laravel-easy-crud)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M339](/packages/yajra-laravel-datatables-oracle)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
