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: 2026-04-07 12:19:40 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