Libraries tagged by curd controller
adwiv/laravel-crud-adminlte
23 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel
ycs77/laravel-crud-page
11 Downloads
Fast generate CRUD pages, controllers of the Laravel.
ravuthz/laravel-crud
53 Downloads
A Laravel package providing a base controller for CRUD operations.
leicaflorian/pimp_my_crud
55 Downloads
Artisan commands for creating CRUD views and controller.
xpat/crud-bundle
89 Downloads
Base controller for crud
milenmk/laravel-livewire-crud
25 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
azwhosting/spark-crud-generator
11 Downloads
🚀 Interactive CRUD generator for CodeIgniter 4 — multilingual, smart CLI prompts, safe overwrites, and full CRUD stack (model, entity, controller, views, migration).
shortcodes/abstract-resource-controller
3391 Downloads
Abstract controller with full CRUD used by single entity action
suryahadiningrat/crud-generator
1 Downloads
CRUD Generator for laravel included Controller, Model, Request, Repository, Resource
mgroups/laravel-crud
141 Downloads
Create Laravel CRUD files include migration and controller with model fillables
yii2-extended/yii2-crud-html
178 Downloads
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models
lliure/simple-crud-router
137 Downloads
Pre built trait methods for your controller to create a simple crud route
kmaking/crud-generator
59 Downloads
KMA CRUD Generator used to generate resourcefull controller with views, Route, UrlPresenter and Laratable
coding-partners/auto-controller
43 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.
pacgen/crud-generator
20 Downloads
Generate CRUD operations for Laravel models with views, controllers, and routes.