Libraries tagged by curd controller
sihe/yii2-curd
14 Downloads
Yii2 simplify CURD
helilabs/heli-developement-helpers
0 Downloads
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
helilabs/capital
101 Downloads
Laravel package that provides set of classes to make use of common design patterns like (Repository Pattern, Factory Pattern).
crestapps/laravel-code-generator
99472 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
anil/fast-api-crud
8379 Downloads
A powerful Laravel package for building RESTful API CRUD operations with minimal boilerplate. Features pagination, filtering, sorting, soft deletes, permissions, lifecycle hooks, and more.
phpsa/laravel-api-controller
81836 Downloads
A laravel api base controller with basic CRUD mapped to the model
sandstorm/crudforms
21768 Downloads
Create easy CRUD forms for Domain Models in Flow and Neos CMS
digitaldream/laracrud
22337 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
noistudio/artcrud
2142 Downloads
Laravel library for automatic generation CRUD Controllers
mitulgolakiya/laravel-api-generator
30567 Downloads
Laravel API/Scaffold/CRUD Generator from just one command with including Controller, Repository, Model, Migrations, routes.php update.
noistudio/artcrud-mongodb
2004 Downloads
Laravel library for automatic generation CRUD Controllers ( MONGODB version)
yii2mod/yii2-gii-extended
7547 Downloads
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
alxarafe/resource-controller
504 Downloads
ORM-agnostic declarative CRUD controller for PHP. Auto-generates list/edit UIs from field metadata.
lanciweb/laravel-make-crud
2459 Downloads
A Laravel Package that allows creation of Model, Migration, Seeder, Views, Routes and resource controller for CRUD operations.
timwassenburg/laravel-improved-resource-controllers
148 Downloads
Generate complete resource controllers