PHPackages                             gv3n/laravel\_crud\_template\_generator - 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. gv3n/laravel\_crud\_template\_generator

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

gv3n/laravel\_crud\_template\_generator
=======================================

A Laravel package to generate CRUD operations based on templates

10PHP

Since May 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Gv3N/laravel_crud_template_generator)[ Packagist](https://packagist.org/packages/gv3n/laravel_crud_template_generator)[ RSS](/packages/gv3n-laravel-crud-template-generator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel CRUD Template Generator
===============================

[](#laravel-crud-template-generator)

[![Total Downloads](https://camo.githubusercontent.com/d8a3542c29a5e998b925161f2bff6c011a966490f84b95ab8c8bd4b9da755ea6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6776336e2f6c61726176656c5f637275645f74656d706c6174655f67656e657261746f722e737667)](https://packagist.org/packages/gv3n/laravel_crud_template_generator) [![Latest Stable Version](https://camo.githubusercontent.com/3b01c1f2223f564b7ddb556ffef9be9eb09960aa30db727de11b8155ceb28926/68747470733a2f2f706f7365722e707567782e6f72672f6776336e2f6c61726176656c5f637275645f74656d706c6174655f67656e657261746f722f762f737461626c65)](https://packagist.org/packages/gv3n/laravel_crud_template_generator) [![License](https://camo.githubusercontent.com/a12580cb0ce1a1f1802d5f7deba972b0541cc667c8fd7273fce90ba4ea3a2b15/68747470733a2f2f706f7365722e707567782e6f72672f6776336e2f6c61726176656c5f637275645f74656d706c6174655f67656e657261746f722f6c6963656e7365)](https://packagist.org/packages/gv3n/laravel_crud_template_generator)

A Laravel package to generate CRUD operations based on templates. Initially created for my personal use, it is now available for anyone to use and fork. Feel free to customize it to suit your needs and share your version with me. Contact me with any suggestions for improvements or to report any issues.

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

[](#installation)

You can install the package via Composer:

```
composer require gv3n/laravel_crud_template_generator

```

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

[](#requirements)

- PHP ^8.0
- Laravel Support ^11.0

Usage
-----

[](#usage)

To use the CRUD template generator, follow these steps:

Run the following Artisan command:

```
php artisan make:crud {ModelName}

```

> Replace `{ModelName}` with the name of your model.

This command will generate the following files using stub templates:

- **Controller:** `Http/Controllers/{ModelName}Controller.php`
- **Model:** `Models/{ModelName}.php`
- **Views:**
    - `views/{ModelName}/index.blade.php`
    - `views/{ModelName}/create.blade.php`
    - `views/{ModelName}/edit.blade.php`
    - `views/{ModelName}/show.blade.php`

Additionally, the `web.php` route file will be updated with the following resource route:

```
Route::resource("{ModelName}", '{ModelName}Controller');

```

By following these steps, you will have a skeleton for a functional CRUD interface for your model.

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request on [GitHub](https://github.com/Gv3N/laravel_crud_template_generator).

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

Author
------

[](#author)

- Gv3N

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed8372286b99d481af12957e787ca381bbd7474cc1640a5f6fbb1f3102ac06fb?d=identicon)[Gv3N](/maintainers/Gv3N)

---

Top Contributors

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

---

Tags

crud-generatorlaravel-package

### Embed Badge

![Health badge](/badges/gv3n-laravel-crud-template-generator/health.svg)

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

PHPackages © 2026

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