PHPackages                             iamchris/laravel-autocrud - 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. [Framework](/categories/framework)
4. /
5. iamchris/laravel-autocrud

ActiveLibrary[Framework](/categories/framework)

iamchris/laravel-autocrud
=========================

A Laravel package to generate CRUD scaffolding inspire by Symfony's make:crud.

1.0.2(1y ago)113LGPL-2.1-onlyPHPPHP ^8 || ^9

Since Feb 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iamchrisdela/laravel-autocrud)[ Packagist](https://packagist.org/packages/iamchris/laravel-autocrud)[ RSS](/packages/iamchris-laravel-autocrud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Laravel AUTO CRUD Package
=========================

[](#laravel-auto-crud-package)

A Laravel package to generate CRUD scaffolding inspire by Symfony's make:crud.
------------------------------------------------------------------------------

[](#a-laravel-package-to-generate-crud-scaffolding-inspire-by-symfonys-makecrud)

Features
--------

[](#features)

- Generates **laravel controller, Blade, Route** for CRUD operations (Index, Create, Edit, Show).
- Supports dynamic form generation based on the model's fillable fields.
- Easy to use with a single Artisan command.

---

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- Laravel 11 or 12

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

[](#installation)

1. **Install via Composer**: Run the following command in your Laravel project: ```
      composer require iamchris/laravel-autocrud
    ```

```
Publish the Package Configuration (if applicable):

   php artisan vendor:publish --provider="iamchris\LaravelCrud\LaravelCrudServiceProvider" --tag=laravel-autocrud-stubs

```

To generate CRUD scaffolding for a model, run:

```

      php artisan make:crud ModelName

```

```
After running the make:crud command, the following will be generated:

  Controller: App\Http\Controllers\ModelNameController

   Views: resources/views/model-name/ (index, create, edit, show)

   Routes: Resource routes in routes/web.php

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95.7% 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 ~31 days

Total

2

Last Release

419d ago

PHP version history (2 changes)1.0.0PHP ^8

1.0.2PHP ^8 || ^9

### Community

Maintainers

![](https://www.gravatar.com/avatar/10101f88c12fbf3a4d05d5b17661ffeaeec508bab711390eac092eaeb2316f82?d=identicon)[jlight](/maintainers/jlight)

---

Top Contributors

[![iamchrisdela](https://avatars.githubusercontent.com/u/199360418?v=4)](https://github.com/iamchrisdela "iamchrisdela (22 commits)")[![chrislight](https://avatars.githubusercontent.com/u/1155780?v=4)](https://github.com/chrislight "chrislight (1 commits)")

---

Tags

crud-applicationlaravel-package

### Embed Badge

![Health badge](/badges/iamchris-laravel-autocrud/health.svg)

```
[![Health](https://phpackages.com/badges/iamchris-laravel-autocrud/health.svg)](https://phpackages.com/packages/iamchris-laravel-autocrud)
```

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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