Libraries tagged by curd controller
matheus-carvalho/crud-generator
141 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.
shakib53626/laravel-crud-generator
6 Downloads
A Laravel package to generate CRUD scaffold (Migration, Model, Controller, Requests, Resource) with one command.
byfallcode/byfall-crud
17 Downloads
Laravel API CRUD generator (models, repositories, requests, controllers, resources, factories, seeders, Postman collections)
yii2-module/yii2-crud
639 Downloads
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models
coding-partners/auto-controller
45 Downloads
The "Auto Controller" package for Laravel allows you to quickly generate fully functional controllers for any model in your application. With a single command, the package will create a controller with all the standard CRUD (Create, Read, Update, Delete) methods, saving you significant time and effort. This enables you to focus on building the core features of your project.
wovosoft/crud
68 Downloads
A laravel package generator for WovoCMS
faqzul/codeigniter-crud-model
627 Downloads
Create one model for all CodeIgniter controllers.
developernaren/laravel-crud
28 Downloads
Package to create controller, models, migrations, requests and views
dev-toolbelt/laravel-fast-crud
1362 Downloads
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
codebider/generate-crud
138 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
ceddyg/clara-entity-generator
514 Downloads
Repository to generate a CRUD system (Controller, model, repository, view using bootstrap, and more) scanning the shema of the database.
rohmadst/kodegenerator
24 Downloads
CRUD Generator (Migration, Controller, Repository, Model, Form Request) in single command for Laravel 5 above.
laraditz/crudless
14 Downloads
Minimal base API controller for Laravel - full CRUD with a single property declaration.
samyoteroglez/larawesomecrud
546 Downloads
CRUD generator for Laravel. Generates models, controller and views based on the database tables. This project is based on kEpEx/laravel-crud-generator from Alfredo Aguirre ([email protected]).
scaffolds/builder
302 Downloads
Laravel 5* Scaffold Generator