Libraries tagged by generate crud
crestapps/laravel-code-generator
98896 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.
mootensai/yii2-enhanced-gii
198034 Downloads
Generate Relational (hasMany, hasOne, belongsTo, & nested) Models & CRUD.
mehradsadeghi/laravel-crud-generator
13713 Downloads
Generate CRUD for your laravel application like a breeze
san-kumar/laravel-crud
4809 Downloads
Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.
kepex/laravel-crud-generator
16974 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
digitaldream/laracrud
22296 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
ascsoftw/tall-crud-generator
7205 Downloads
Laravel Package to generate CRUD Files using TALL Stack
anas/easy-dev
578 Downloads
Generate production-style Laravel feature structure from one Artisan command: CRUD, APIs, services, repositories, tests, OpenAPI docs, modules, and AI-ready project context.
imritesh/livecrud
1079 Downloads
Generate Basic Crud Operations With Livewire and Tailwind Css For Laravel
mehadi/laravel-crud-generator
1745 Downloads
A laravel package to generate CRUD by giving Model and database table column
codebider/generate-crud
147 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
arrahmouni/crud-generator
348 Downloads
Generate crud for laravel modules
ahmedebead/lara-crud
4211 Downloads
A comprehensive Laravel package to generate CRUD operations with advanced features for APIs and web applications.
nhrrob/crudgenerator
845 Downloads
This package provides an artisan command to generate a basic crud
kamrul-haque/action-crud-helper
622 Downloads
Generate everything needed for a CRUD operation in Laravel with or without Action classes executing just one command. Also generates frontend scaffolding for blade or vue inertia stack.