abir/crud

it's crud generator

Maintainers

Package info

github.com/abirahmad/abir-crud

pkg:composer/abir/crud

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-21 09:12:03 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