PHPackages                             aminpciu/crudautomation - 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. [Admin Panels](/categories/admin)
4. /
5. aminpciu/crudautomation

ActiveLibrary[Admin Panels](/categories/admin)

aminpciu/crudautomation
=======================

Laravel crud automation is a package that can minimize the development time for crud operation

1.0.2(3y ago)014MITBladePHP &gt;=7.4

Since May 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aminprodhan/Laravel-Crud-Automation)[ Packagist](https://packagist.org/packages/aminpciu/crudautomation)[ RSS](/packages/aminpciu-crudautomation/feed)WikiDiscussions master Synced 1mo ago

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

Crud-Automation
===============

[](#crud-automation)

Laravel crud-automation is a package that can minimize the development time for crud operation

install

```
composer require aminpciu/crudautomation

```

register this provider to laravel project go to app.php file under config folder then add this line to provider array

```
    Aminpciu\CrudAutomation\app\Providers\DynamicCrudProvider::class
    example:
        'providers' => [
            Aminpciu\CrudAutomation\app\Providers\DynamicCrudProvider::class
        ]

```

run commands to laravel project

```
php artisan vendor:publish --tag=public --force
php artisan vendor:publish --tag=config

```

run two commands

```
composer dump-autoload
php artisan migrate

```

load GUI interface

```
APP URL/crud-auto/index
example:
    http://localhost:8000/crud-auto/index

```

for secure routing

```
add middleware name to dynamic_crud_auto_configs table

```

for custom mastering

```
update (master_blade) column value by your master blade name from dynamic_crud_auto_configs table

or empty dynamic_crud_auto_configs table then reload and add middleware name and save

example:
    master blade name means like
        @extends('admin.layout.master')

add two lines in

    @include('lca-amin-pciu::layouts.header_script')
    @yield('custom_style_amin_pciu')

    example:

            ...
            @include('lca-amin-pciu::layouts.header_script')
            @yield('custom_style_amin_pciu')

add these lines

    @include('lca-amin-pciu::layouts.navbar')
    @yield('content_page_amin_pciu')
    @include('lca-amin-pciu::layouts.footer_script')
    @yield('custom_script_amin_pciu_before_amin_pciu')
    @yield('custom_script_amin_pciu')

    example:

            ...

                @include('lca-amin-pciu::layouts.navbar')
                @yield('content_page_amin_pciu')

            @include('lca-amin-pciu::layouts.footer_script')
            @yield('custom_script_amin_pciu_before_amin_pciu')
            @yield('custom_script_amin_pciu')

```

for reset all data

```
    empty these three table data

   dynamic_crud_auto_configs,dynamic_crud_form_details,dynamic_crud_settings

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

1098d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/486bc28ebc3212033f33fe98e9d481a6d51df2e380cd4b7084551c424b52f37e?d=identicon)[amincpi](/maintainers/amincpi)

---

Top Contributors

[![aminprodhan](https://avatars.githubusercontent.com/u/16863431?v=4)](https://github.com/aminprodhan "aminprodhan (15 commits)")

---

Tags

phpautomationcrudlaravel crudcrud automation

### Embed Badge

![Health badge](/badges/aminpciu-crudautomation/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.4M207](/packages/backpack-crud)[crestapps/laravel-code-generator

An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

76591.7k1](/packages/crestapps-laravel-code-generator)[egroupware/egroupware

EGroupware extends a classic groupware with an integrated CRM-system, a secure file-server and Collabora Online Office.

2891.6k](/packages/egroupware-egroupware)[inani/nova-resource-maker

A Laravel Nova package to help you generate resources fields

2513.7k](/packages/inani-nova-resource-maker)

PHPackages © 2026

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