PHPackages                             jan-dolata/crude-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. jan-dolata/crude-crud

ActiveLibrary

jan-dolata/crude-crud
=====================

Crude CRUD for Laravel

v1.1.27(9y ago)12.0k11MITPHPPHP ~5.5|~7.0

Since May 11Pushed 9y ago4 watchersCompare

[ Source](https://github.com/jan-dolata/crude-crud)[ Packagist](https://packagist.org/packages/jan-dolata/crude-crud)[ Docs](https://github.com/jan-dolata/crude-crud)[ RSS](/packages/jan-dolata-crude-crud/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (154)Used By (1)

crude-crud
==========

[](#crude-crud)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3f934d4b0869c8befd05e2f46a940b022507f3f42dc58a80f26c5c3750b84135/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616e2d646f6c6174612f63727564652d637275642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jan-dolata/crude-crud)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/f324e09f3b1722e0527f2c63292d7bd896d8d282331ecb7b73ec058d79a88299/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a616e2d646f6c6174612f63727564652d637275642f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jan-dolata/crude-crud)[![Coverage Status](https://camo.githubusercontent.com/41cb137dbb2f5742e8c1d717801a81bdc318fc42e05871c89b5b94dca9d5b1d9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a616e2d646f6c6174612f63727564652d637275642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jan-dolata/crude-crud/code-structure)[![Quality Score](https://camo.githubusercontent.com/c03b162cc2f69ce4499af83a9f3f568dfc51ff88af417c78a70276de743418cd/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a616e2d646f6c6174612f63727564652d637275642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jan-dolata/crude-crud)[![Total Downloads](https://camo.githubusercontent.com/3cd70f8b06dfaaa97d525e46db4b88050e4676f0c51f2591d6cfd996e4e4e779/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616e2d646f6c6174612f63727564652d637275642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jan-dolata/crude-crud)

[Full documentation](https://jan-dolata.github.io/)

Table of content
================

[](#table-of-content)

- [Install](#install)
- [Usage](#usage)

Install
-------

[](#install)

Via Composer

```
$ composer require jan-dolata/crude-crud
```

Add ServiceProvider to `config/app`.

```
JanDolata\CrudeCRUD\CrudeCRUDServiceProvider::class

```

Publish and migrate

```
$ php artisan vendor:publish --provider="JanDolata\CrudeCRUD\CrudeCRUDServiceProvider"
$ php artisan migrate
```

Check config file `config/crude.php`.

Usage
-----

[](#usage)

create dir `app/Engine/Crude`

in app/Engine/Crude directory create class for list

```
