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

ActiveLaravel

elsayednofal/easycrud
=====================

crud generator for laravel backend

125PHP

Since Aug 13Pushed 7y ago2 watchersCompare

[ Source](https://github.com/elsayednofal/easycrud)[ Packagist](https://packagist.org/packages/elsayednofal/easycrud)[ RSS](/packages/elsayednofal-easycrud/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

EasyCrud
========

[](#easycrud)

This package to generate model and crud from database table and add it to laravel backend.

Dependancy
==========

[](#dependancy)

1- model generator package from url :

2- image Manager package from url :

### Installation

[](#installation)

- install package by run command `composer require elsayednofal/easycrud:dev-master`
- add service provider to config/app.php

`Elsayednofal\Imagemanager\ImageManagerServiceProvider::class,``Hosamaldeen\LaraCRUD\LaraCRUDServiceProvider::class,``Elsayednofal\EasyCrud\EasyCrudServiceProvider::class,``Elsayednofal\EasyCrud\EasyCrudRouteServiceProvider::class,`

- in alias add the line `'ImageManager' => Elsayednofal\Imagemanager\Http\Controllers\Facades\ImageManager::class`
- publish assets with command `php artisan vendor:publish`
- add easycrud tables to database with command `php artisan migrate`

### Configration

[](#configration)

> you can edit your configration throw file config/easycrud.php

- "backend\_layout" the path to your layout blade of backend like `'backend_layout'=>'backend.layout.master',`
- "layout\_content\_area" the yield section of content like `'layout_content_area'=>'content',`
- "middlewares" the array of middleware names should be added to any genrated crud like `'middlewares'=>['auth','is_admin' ],`
- "url\_prefix" the url prefix for backend or admin area should be add before crud name in url like `'url_prefix'=>'backend',` the url should br "./public/backend/products"
- "controllers\_directory" the folder in app\\http\\controller directory to put generated controller into it , like `"controllers_directory"=>"backend",`
- "templates\_path" the templete path which crud generate any file from it , like `"templates_path"=>"backend"`

### Usage

[](#usage)

- run url `{your app path}/easy-crud`
- choose table from select box and press "show model&amp;colums"

> you will see the path of generated model you also get the table columns to choose theme and relation in database

- click save and then generate
- then you should show link to you crud

### Old cruds

[](#old-cruds)

you can find your old crud and regenrate it by calling url : `{your app path}/easy-crud/old`

Edit crud templete
------------------

[](#edit-crud-templete)

> The easycrud package publish templete file that built any crud from it , It publish it in the path that define in config file "config/easycrud.php" in key "templates\_path"

> The temolete made to work with any backend theme in bootstrap and jquery

so if you want to customize the templte you should edit files in that path

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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