PHPackages                             a2design/extended-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. [Templating &amp; Views](/categories/templating)
4. /
5. a2design/extended-crud

ActiveLibrary[Templating &amp; Views](/categories/templating)

a2design/extended-crud
======================

Extends templates compiling for appzcoder/crud-generator

v1.0.8(10y ago)050MITPHP

Since May 15Pushed 10y ago4 watchersCompare

[ Source](https://github.com/a2design-inc/extended-crud)[ Packagist](https://packagist.org/packages/a2design/extended-crud)[ RSS](/packages/a2design-extended-crud/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

Extednded Crud Generator
========================

[](#extednded-crud-generator)

Extends templates compiling for [appzcoder/crud-generator](https://github.com/appzcoder/crud-generator)

### Requirements

[](#requirements)

```
Laravel >=5.1
PHP >= 5.5.9

```

Installation
------------

[](#installation)

1. Run

    ```
    composer require a2design/extended-crud

    ```
2. Add service provider to **/config/app.php** file.

    ```
    'providers' => [
        ...

        A2Design\ExtendedCrud\ExtendedCrudServiceProvider::class,
    ],
    ```
3. Install **laravelcollective/html** package for form &amp; html.

    - Run

    ```
    composer require laravelcollective/html
    // For laravel 5.1
    composer require laravelcollective/html "5.1.*"

    ```

    - Add service provider &amp; aliases to **/config/app.php** file.

    ```
    'providers' => [
        ...

        Collective\Html\HtmlServiceProvider::class,
    ],

    // Use the lines below for "laravelcollective/html" package otherwise remove it.
    'aliases' => [
        ...

        'Form'      => Collective\Html\FormFacade::class,
        'HTML'      => Collective\Html\HtmlFacade::class,
    ],
    ```
4. Run **composer dump-autoload**
5. Publish config file &amp; generator template files.

    ```
    php artisan vendor:publish

    ```

Note: You should have configured database for this operation.

### Commands

[](#commands)

See docs of original [generator](https://github.com/appzcoder/crud-generator)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity68

Established project with proven stability

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 ~0 days

Total

6

Last Release

3696d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/a2design-extended-crud/health.svg)

```
[![Health](https://phpackages.com/badges/a2design-extended-crud/health.svg)](https://phpackages.com/packages/a2design-extended-crud)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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