PHPackages                             saidjon/inertia-crud-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. [Admin Panels](/categories/admin)
4. /
5. saidjon/inertia-crud-generator

ActiveLibrary[Admin Panels](/categories/admin)

saidjon/inertia-crud-generator
==============================

This package create ui form to create update, delete and list elements

v2.5(2y ago)2151[1 PRs](https://github.com/saidjons/inertia-crud-generator/pulls)MITPHP \*

Since Apr 24Compare

[ Source](https://github.com/saidjons/inertia-crud-generator)[ Packagist](https://packagist.org/packages/saidjon/inertia-crud-generator)[ Docs](https://github.com/saidjon/inertia-crud-generator)[ GitHub Sponsors](https://github.com/Saidjon)[ RSS](/packages/saidjon-inertia-crud-generator/feed)WikiDiscussions Synced today

READMEChangelog (1)Dependencies (6)Versions (38)Used By (0)

Inertia Crud generator
======================

[](#inertia-crud-generator)

fresh install laravel 8

#### we depend on laravel-restify generator for api endpoints and when searching.

[](#we-depend-on-laravel-restify-generator-for-api-endpoints-and-when-searching)

`$ composer require binaryk/laravel-restify``$ php artisan restify:setup`

#### authentication is easy with jetstream . install jetstream

[](#authentication-is-easy-with-jetstream--install-jetstream)

`$ composer require laravel/jetstream`

`$ php artisan jetstream:install inertia`

#### then install the package

[](#then-install--the-package)

> Before running make a backup copy of app.js file

` composer require saidjon/inertia-crud-generator`

### then publish files

[](#then-publish-files)

`$ php artisan vendor:publish --tag=inertia-crud --force`

> This command makes following changes

- app.js will overwritten . You can make changes to your needs from your backed copy of app.js if you desire
- publish inertia-crud.php into /routes folder . in web.php paste this `$  include_once('inertia-crud.php'); `

    - it will publish into js/ \*Components \*plugins

    \###then paste this in resourses/css/app.css. you can there is notify,css file `$ @import 'notify.css'`

    - in your User model use AuthTokenTrait
- add csrf\_token to use in inertia in app/Http/Middleware/HandleInertiaRequests

    ```
       public function share(Request $request)
     {
         return array_merge(parent::share($request), [
             'csrf' =>csrf_token(),
         ]);
     }
    ```

### add this function app/Restify/Repository.php

[](#add-this-function--apprestifyrepositoryphp)

```
          public function serializeForIndex(RestifyRequest $request): array
      {
          $data = parent::serializeForIndex($request);
          // $attributes = $this->when((bool) $attrs = $this->resolveIndexAttributes($request), $attrs);
          /**
          * move attributes to one level up  and extract them , unset original attributes
          */
          $data = array_merge($data,$data['attributes']);
          unset($data['attributes']);

            return $data;
      }
```

#### then in your resources/css/app.css inlude notify.css which exists in that folder

[](#then-in-your-resourcescssappcss-inlude-notifycss--which-exists-in-that-folder)

#### copy these to package.json . remove duplicates

[](#copy-these-to-packagejson--remove-duplicates)

```
         "@ckeditor/ckeditor5-build-classic": "^34.0.0",
        "@ckeditor/ckeditor5-vue": "^4.0.0",
        "awesome-notifications": "^3.1.2",
        "@vue/babel-plugin-jsx": "^1.1.1",
        "@json-editor/json-editor": "^2.6.1",
        "vue-draggable-next": "^2.1.1",
        "vue-multiselect": "^3.0.0-alpha.2",
        "jodit-vue3": "^1.0.5",
        "vue3-easy-data-table": "^1.5.34",
```

#### include routes/inertia-crud.php into routes/web.php

[](#include-routesinertia-crudphp-into-routeswebphp)

### run migrations . that's it . go to /admin

[](#run-migrations--thats-it--go-to-admin)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~23 days

Recently: every ~11 days

Total

36

Last Release

730d ago

Major Versions

0.6.1 → v1.02022-08-23

v1.1 → v2.02022-11-26

PHP version history (3 changes)0.3PHP ^8.0

v2.0PHP ^7.2|~8.0.0|~8.1.0|~8.2.0

v2.4PHP \*

### Community

Maintainers

![](https://www.gravatar.com/avatar/22bb383b612f682f7dad2724b6cf88f4ec606fd5136932cdb0f3e482e62dd946?d=identicon)[saidjonrko](/maintainers/saidjonrko)

---

Top Contributors

[![saidjons](https://avatars.githubusercontent.com/u/20231579?v=4)](https://github.com/saidjons "saidjons (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (13 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (13 commits)")

---

Tags

laravelSaidjoninertia-crud-generator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saidjon-inertia-crud-generator/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M222](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[dcat-plus/laravel-admin

dcat-plus admin

1474.0k10](/packages/dcat-plus-laravel-admin)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2053.1k](/packages/ronasit-laravel-entity-generator)

PHPackages © 2026

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