Libraries tagged by curd controller
timwassenburg/laravel-improved-resource-controllers
149 Downloads
Generate complete resource controllers
dev-toolbelt/laravel-fast-crud
1763 Downloads
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
knplabs/controller-behaviors
729 Downloads
Trait based Symfony2 controllers
ngos/admin-core
463 Downloads
Reusable admin CRUD core (config-driven controllers/services, Route::crud macro, resource generator) for Laravel + Bootstrap 5, with a custom branded admin theme.
ianikanov/yii2-wce
2433 Downloads
Ability to generate widgets with interface similar to controller with basic CRUD actions for specific model
samyoteroglez/larawesomecrud
557 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]).
mariojgt/builder
4446 Downloads
Laravel Crud builder with dynamic tables and controller made in vue js
nahid-ferdous/laravel-module-generator
3575 Downloads
Speeds up Laravel development by automating repetitive tasks. This package helps to generate module files (service, controller, model, migration, resource, request, collection) from YAML file.
mawena/maravel
237 Downloads
Librairie Laravel avancée pour APIController avec système de rôles & permissions dynamiques (RBAC en base), modèles enrichis et policies automatiques
dcardenasl/ci4-api-scaffolding
1397 Downloads
CRUD scaffolding engine for CodeIgniter 4 APIs built on dcardenasl/ci4-api-core. Generates DTOs, services, controllers, migrations, routes, tests and OpenAPI docs via spark commands.
charlesmasinde/api-scaffolder
149 Downloads
Generate full API modules (Controller, Requests, Resource, Policy, Routes) from Eloquent models.
alxarafe/resource-eloquent
241 Downloads
Eloquent ORM adapter for alxarafe/resource-controller. Implements RepositoryContract, QueryContract, and TransactionContract using Illuminate Database.
larafast/fastapi
4085 Downloads
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model
invue/panels
94 Downloads
Panel + Resource CRUD scaffolding for the Invue framework: artisan generators that produce real Controller/FormRequest/Vue pages wired to invue/tables and invue/forms, plus a swappable panel shell (sidebar/topbar) via invue/core's component registry.
shehroz/crud-generator
33 Downloads
Laravel package to generate full CRUD (controllers, models, requests, repositories, policies, migrations, seeders, and Tailwind views) with repository pattern, role-based policies, and optional API routes.