gookkis/crudgen

CRUD Generator with NobleUI Template

Maintainers

Package info

github.com/gookkis/crudgen

pkg:composer/gookkis/crudgen

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-15 10:58:31 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,