abir/crud

it's crud generator

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/abir/crud

v1.0.5 2023-10-21 01:40 UTC

This package is auto-updated.

Last update: 2025-12-21 08:33:10 UTC


README

It's crud generator

Installation

$ composer require abir/crud

set database to .env file

run "php artisan migrate"

redirect to /user/create

optional: add this class to app.php file "Abir\Crud\CrudServiceProvider::class"

Run the application

$ php artisan serve