abir/crud

it's crud generator

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

This package is auto-updated.

Last update: 2024-09-21 05:57:53 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