> For the complete documentation index, see [llms.txt](https://lorvent.gitbook.io/chandra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorvent.gitbook.io/chandra/index-1.md).

# CRUD

Chandra comes with CRUD generator for laravel

Using CRUD You can generate

* Model
* Controller
* views
* routes
* menu
* migration

or **ALL** of them

## Installation

all files are provided in downloaded folder.

open config/app.php and in providers array, add

```php
    'App\Providers\ChandraCrudGeneratorServiceProvider',
```

## Usage

[Please click here for usage info](https://lorvent.gitbooks.io/chandra/content/crud/crud/usage.html)
