PHPackages                             devinci-it/laravel-utils - 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. devinci-it/laravel-utils

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

devinci-it/laravel-utils
========================

v1.0.0(2y ago)19MITPHPPHP ^8.2

Since Mar 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devinci-it/laravel_crud_generator)[ Packagist](https://packagist.org/packages/devinci-it/laravel-utils)[ GitHub Sponsors](https://github.com/devinci-it)[ RSS](/packages/devinci-it-laravel-utils/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel CRUD Generator Library
==============================

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

The **laravel\_crud\_generator** library is a Laravel package that provides a convenient way to generate custom Laravel class repositories. With this library, users can easily create repositories containing basic CRUD (Create, Read, Update, Delete) operations.

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

[](#installation)

To use this library, follow these steps:

1. Clone the repository from GitHub:

    ```
    git clone https://github.com/your-username/laravel_crud_generator.git
    ```
2. Note the path into the cloned directory:

    ```
    pwd laravel_crud_generator
    ```
3. In your Laravel project's `composer.json` file, add the following to the `repositories` array:

    ```
    "repositories": [
        {
            "type": "path",
            "url": "/path/to/laravel_crud_generator"
        }
    ]
    ```

    Replace `/path/to/laravel_crud_generator` with the actual path to the cloned library on your local system.
4. Require the package in your Laravel project:

    ```
    composer require devinci/laravel-utils="dev/main"
    ```

    This will ensure that the library is installed and available for use within your Laravel project.

Usage
-----

[](#usage)

Once the library is properly installed and configured, you can use the following command to generate a repository:

```
php artisan make:repository {model} {name?}
```

Replace `{model}` with the name of your model and `{name}` (optional) with the desired name for the repository class. This command will create a repository class containing basic CRUD operations for the specified model.

Note
----

[](#note)

Please note that this library is currently only available on GitHub. You need to clone the repository and follow the installation steps mentioned above to use it in your Laravel project. Make sure you have a Laravel project set up before installing the library.

For more information or to report any issues, please visit the [laravel\_crud\_generator GitHub repository](https://github.com/devinci-it/laravel_crud_generator).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

832d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b4d3d3b0aec4f30cd6bca90b49a9c4bb801be47143d3e7fac6ab06ec6e6f589f?d=identicon)[devinci-it](/maintainers/devinci-it)

---

Top Contributors

[![devinci-it](https://avatars.githubusercontent.com/u/108965390?v=4)](https://github.com/devinci-it "devinci-it (5 commits)")

### Embed Badge

![Health badge](/badges/devinci-it-laravel-utils/health.svg)

```
[![Health](https://phpackages.com/badges/devinci-it-laravel-utils/health.svg)](https://phpackages.com/packages/devinci-it-laravel-utils)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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