PHPackages                             noman/easycrud - 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. noman/easycrud

ActiveBibrary

noman/easycrud
==============

make crud easily

v1.1.9(2y ago)16521MITBlade

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Noman73/easycrud)[ Packagist](https://packagist.org/packages/noman/easycrud)[ RSS](/packages/noman-easycrud/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (20)Used By (0)

Laravel Jquery Easycrud Package for crud generate
=================================================

[](#laravel-jquery-easycrud-package-for-crud-generate)

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

[](#requirements)

- [jQuery](http://jquery.net/)
- [PHP &gt;= 8.1](http://php.net/)
- [Laravel Framework](https://github.com/laravel/framework)
- [yajra DataTables ](https://github.com/yajra/laravel-datatables)
- [bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started)
- [fontawesome](https://fontawesome.com/docs)

Documentations
--------------

[](#documentations)

- [Github Docs](https://github.com/Noman73/easycrud)

Quick Installation
------------------

[](#quick-installation)

```
composer require noman/easycrud
```

#### Service Provider &amp; Facade

[](#service-provider--facade)

Register the provider and facade on your `config/app.php` file.

```
'providers' => [
    ...,
    Noman\Easycrud\CrudServiceProvider::class,
]

'aliases' => [
    ...,
    'Easycrud' => Noman\Easycrud\Easycrud::class,
]
```

#### Configuration

[](#configuration)

```
php artisan vendor:publish --provider="Noman\Easycrud\CrudServiceProvider"
```

Then run this command
---------------------

[](#then-run-this-command)

```
php artisan migrate
```

#### How to use | resources/views/test.blade.php

[](#how-to-use--resourcesviewstestbladephp)

```
@php
$view= \Easycrud::initPage($data);
@endphp
>

    Test

    @stack("easycrud-link")

    {!! $view !!}

    @stack("easycrud-script")

```

Use in your controller
----------------------

[](#use-in-your-controller)

```
            $data= [
                    'form'=>[
                        'name'=>'test',
                    ],
                    'fields'=> [
                            [
                                'name'=>'name',
                                'label'=>'Name',
                                'placeholder'=>'Enter Name',
                                'type'=>'text',
                                'classes'=>'form-control',

                            ],
                            [
                                'name'=>'address',
                                'label'=>'Address',
                                'placeholder'=>'Enter Address',
                                'type'=>'text',
                                'classes'=>'form-control',
                            ],
                        ]
                    ];
        return view("test",compact('data'));
```

Then go to  and fill up the forms
---------------------------------------------------------------------

[](#then-go-to-httpsyourdomaineasy-crudforms-and-fill-up-the-forms)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~1 days

Total

19

Last Release

886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a01c54b1884fdf8ba6083e412ca07409f9e5e76df34be0365a9b0e20d4ffe76?d=identicon)[Noman73](/maintainers/Noman73)

---

Top Contributors

[![Noman73](https://avatars.githubusercontent.com/u/15361796?v=4)](https://github.com/Noman73 "Noman73 (26 commits)")[![mdzahid-pro](https://avatars.githubusercontent.com/u/77210189?v=4)](https://github.com/mdzahid-pro "mdzahid-pro (1 commits)")

### Embed Badge

![Health badge](/badges/noman-easycrud/health.svg)

```
[![Health](https://phpackages.com/badges/noman-easycrud/health.svg)](https://phpackages.com/packages/noman-easycrud)
```

PHPackages © 2026

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