Libraries tagged by generate crud
jq/cray
976 Downloads
A disposable Laravel package to help you generate nearly complete CRUD pages like crazy!
bouda/laravel-make-pattern
13 Downloads
Generate a full CRUD scaffold (Model, Repository, Service, Controller, Requests, Resource, Policy, Test) from a single Artisan command.
timwassenburg/laravel-improved-resource-controllers
142 Downloads
Generate complete resource controllers
samyoteroglez/larawesomecrud
553 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]).
nahid-ferdous/laravel-module-generator
3507 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.
inani/nova-resource-maker
13669 Downloads
A Laravel Nova package to help you generate resources fields
ianikanov/yii2-wce
2409 Downloads
Ability to generate widgets with interface similar to controller with basic CRUD actions for specific model
charlesmasinde/api-scaffolder
80 Downloads
Generate full API modules (Controller, Requests, Resource, Policy, Routes) from Eloquent models.
votapil/votacrudgenerator
774 Downloads
Generate CRUD from your databases
ahrmerd/laravel-test-generator
506 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
marabesi/easy-crud
75 Downloads
(Laravel 5+) Simple and effective way to generate CRUD from your models or database Edit
kajalpandya/generate_laravel_crud
1474 Downloads
Run command in terminal and make ready made crud for your entity
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.
santosalan/laravel-crud
2013 Downloads
Generate Laravel CRUD
matheus-carvalho/crud-generator
141 Downloads
Generate a CRUD with Model, Controller, routes, FormRequest and views based on given Migration.