Libraries tagged by auto crud
mrmarchone/laravel-auto-crud
14973 Downloads
Laravel Auto CRUD helps you streamline development and save time.
dskripchenko/laravel-api
3590 Downloads
Versioned Laravel APIs with OpenAPI 3.0 docs auto-generated from PHP docblocks — no annotations, no YAML — plus CRUD scaffolding and middleware cascades.
mehadi/laravel-crud-generator
1555 Downloads
A laravel package to generate CRUD by giving Model and database table column
cariuk/repository-pattern-laravel
2846 Downloads
A flexible and powerful Laravel package implementing the Repository Pattern with SOLID principles, featuring auto-detection, dependency injection, CRUD operations, filtering, sorting, pagination, and soft deletes support.
crudadmin/autoajax
1370 Downloads
Auto Ajax form submission for Laravel or plain PHP
mustafafares/laravel-auto-crud
485 Downloads
Laravel Auto CRUD helps you streamline development and save time.
ismaelcmajada/laravel-auto-crud
653 Downloads
Automated cruds based on laravel, vue and inertia
c006/yii2-auto-crud
536 Downloads
Adds a model and crud for each table in the database
alexlancer/autocrud
8 Downloads
AutoCrud Library for Codeigntier 4
wkasunsampath/laravel-autocrud
392 Downloads
Automate CRUD operations in Laravel applications.
mdakashmia/laravel-auto-crude
9 Downloads
Laravel Simple Auto Crude Generator
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database
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.
mangocorporation/laravel-crud-builder
188 Downloads
Laravel 5 CRUD builder inspired by CakePHP's bake.
webtools/raw
141 Downloads
A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter