PHPackages                             marabesi/easy-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. marabesi/easy-crud

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

marabesi/easy-crud
==================

(Laravel 5+) Simple and effective way to generate CRUD from your models or database Edit

1.1.0(8y ago)28752[1 issues](https://github.com/marabesi/easy-crud/issues)CSSCI failing

Since Sep 10Pushed 4y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

easy-crud
=========

[](#easy-crud)

[![Codacy Badge](https://camo.githubusercontent.com/a423e407531309e4b4647987fd3402bdb5eda8380ba35ed561b5ea80d5d3008e/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6566323332303130386138373437656662646433326362333632393463326537)](https://www.codacy.com/app/matheus-marabesi/easy-crud?utm_source=github.com&utm_medium=referral&utm_content=marabesi/easy-crud&utm_campaign=badger)[![Build Status](https://camo.githubusercontent.com/754566c3e92f13d0863c3a24ba5987de4ebdc73498a2958b60cd2d7e6d06eb60/68747470733a2f2f7472617669732d63692e6f72672f6d617261626573692f6c61726176656c2d656173792d637275642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/marabesi/laravel-easy-crud)[![Latest Stable Version](https://camo.githubusercontent.com/852a67df3ee817b27f21770dc0b66a78d5aa0ce0ae3930706dae705cf58cee35/68747470733a2f2f706f7365722e707567782e6f72672f6d617261626573692f656173792d637275642f762f737461626c65)](https://packagist.org/packages/marabesi/easy-crud)[![Total Downloads](https://camo.githubusercontent.com/978f31e30650d8a23013452b37efbe1aa9ca4dbd501f4c6d64d321e983f869a0/68747470733a2f2f706f7365722e707567782e6f72672f6d617261626573692f656173792d637275642f646f776e6c6f616473)](https://packagist.org/packages/marabesi/easy-crud)[![Latest Unstable Version](https://camo.githubusercontent.com/449e616ff9536d1524474f2fc9ce394984fc0baa823cc012a629aaa1ecfe4407/68747470733a2f2f706f7365722e707567782e6f72672f6d617261626573692f656173792d637275642f762f756e737461626c65)](https://packagist.org/packages/marabesi/easy-crud)[![License](https://camo.githubusercontent.com/099b70d2bbf7effac4d6b2ad2ee4829e4a7e64f40e03ce182d6f019c943c6e9d/68747470733a2f2f706f7365722e707567782e6f72672f6d617261626573692f656173792d637275642f6c6963656e7365)](https://packagist.org/packages/marabesi/easy-crud)[![composer.lock](https://camo.githubusercontent.com/de7abe100e778c67bc43821974c75f32d7b4b1f15aecdb291d60b89084fa0aae/68747470733a2f2f706f7365722e707567782e6f72672f6d617261626573692f656173792d637275642f636f6d706f7365726c6f636b)](https://packagist.org/packages/marabesi/easy-crud)[![HitCount](https://camo.githubusercontent.com/825a43ab2f04eb7dd0f3e3b27e410dafdbbfa32c5cbcc72c2ccea60b90cb34d3/687474703a2f2f686974732e6477796c2e696f2f6d617261626573692f6c61726176656c2d656173792d637275642e737667)](http://hits.dwyl.io/marabesi/laravel-easy-crud)

(Laravel 5+) Simple and effective way to generate CRUD from your models or database

Version Compatibility
---------------------

[](#version-compatibility)

LaravelEasyCrud4.x.xNot supported5.0.xNot supported5.1.x1.x.x5.2.x1.x.x5.3.xNot supported5.4.xNot supported5.5.xNot supportedWhat you can do?
================

[](#what-you-can-do)

- Generate CRUD from Laravel models
- Generate CRUD from database table (not ready)

Powered by Gentelella theme
===========================

[](#powered-by-gentelella-theme)

[![Gentelella Bootstrap Admin Template](https://camo.githubusercontent.com/83d5d1303108da9ec8b0fc1851d5ec6627987526802ca6bde13ac8b4e7cce5cd/68747470733a2f2f63646e2e636f6c6f726c69622e636f6d2f77702f77702d636f6e74656e742f75706c6f6164732f73697465732f322f67656e74656c656c6c612d61646d696e2d74656d706c6174652d707265766965772e6a7067 "Gentelella Theme Browser Preview")](https://camo.githubusercontent.com/83d5d1303108da9ec8b0fc1851d5ec6627987526802ca6bde13ac8b4e7cce5cd/68747470733a2f2f63646e2e636f6c6f726c69622e636f6d2f77702f77702d636f6e74656e742f75706c6f6164732f73697465732f322f67656e74656c656c6c612d61646d696e2d74656d706c6174652d707265766965772e6a7067)

Features
========

[](#features)

- Friendly admin to manage your data (CRUD)
- Prevent collisions with defined routes
- Beautiful admin template

Installing
==========

[](#installing)

```
composer require marabesi/easy-crud

```

Update the service provider list

```
'providers' => [
    EasyCrud\Providers\EasyCrud::class,
]
```

Publish the vendor assets to you current project

```
artisan vendor:publish

```

Now, you should have a file called `easy-crud.php` inside your config folder, open it and edit as you wish.

```
