gookkis/crudgen

CRUD Generator with NobleUI Template

dev-main 2022-04-22 09:30 UTC

This package is auto-updated.

Last update: 2025-08-15 09:49:37 UTC


README

CRUDGen is Laravel Generator for Laravel 8.^ with css style Noble UI, this package generate crud feature with livewire.

Register Service Provider

Add to config/app.php

        ...
        Gookkis\CrudGen\GeneratorsServiceProvider::class,