PHPackages                             tareq1988/laravel-inertia-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. tareq1988/laravel-inertia-crud

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

tareq1988/laravel-inertia-crud
==============================

A CRUD generator for inertia and react

3381PHP

Since Jan 28Pushed 1y ago2 watchersCompare

[ Source](https://github.com/tareq1988/laravel-intertia-crud)[ Packagist](https://packagist.org/packages/tareq1988/laravel-inertia-crud)[ RSS](/packages/tareq1988-laravel-inertia-crud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Inertia CRUD
====================

[](#laravel-inertia-crud)

This is a Laravel package that provides a simple and efficient way to create CRUD (Create, Read, Update, Delete) operations using Inertia.js, React and TypeScript.

Features
--------

[](#features)

- Seamless integration with Laravel and Inertia.js (React)
- Pre-built CRUD operations
- Easy to customize and extend

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

[](#requirements)

- PHP &gt;= 8.1
- Laravel &gt;= 10.0
- Inertia.js &gt;= 2.0
- `@wedevs/tail-react` [package](https://github.com/wedevsOfficial/tail-react)
- `@heroicons/react` [package](https://heroicons.com/)

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

[](#installation)

1. Install the package via Composer:

    ```
    composer require tareq1988/laravel-inertia-crud
    ```
2. Install `@wedevs/tail-react` and `@heroicons/react` package:

    ```
    yarn add @wedevs/tail-react @heroicons/react
    // or
    npm i @wedevs/tail-react @heroicons/react
    ```

See the [usage instruction](https://github.com/wedevsOfficial/tail-react) of `@wedevs/tail-react` package.

Usage
-----

[](#usage)

1. Generate a new CRUD resource:

    ```
    php artisan inertia:make-resource Modelname
    ```

It'll create the controller, model and add a resource route in your `web.php` route. Please manually import the controller there.

2. Generate React page CRUD components:

    ```
    php artisan inertia:make-component Comment
    ```

You've to pass the model name here, it'll create the required components.

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

[](#contributing)

Contributions are welcome!

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

Credits
-------

[](#credits)

- [Tareq Hasan](https://github.com/tareq1988)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

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/55963648efea4511889f497782980f9a8776a911dd500cba980e1840cb6c92d5?d=identicon)[tareq1988](/maintainers/tareq1988)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tareq1988-laravel-inertia-crud/health.svg)

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

PHPackages © 2026

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