sohel40b/crud

This is generate crud operation using laravel package

dev-master 2023-12-07 07:24 UTC

This package is auto-updated.

Last update: 2024-09-07 09:08:32 UTC


README

To Install this package run

composer require sohel40b/crud:dev-master

Add Service provider from config/app.config

'providers' => [
    ...
    sohel40b\crud\CrudServiceProvider::class,
],

Migrate all table which are require and update .env then migrate

php artisan migrate

Open this Route

http://localhost:8000/todo