Libraries tagged by laravel crud generate
crestapps/laravel-code-generator
99063 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.
mehradsadeghi/laravel-crud-generator
13806 Downloads
Generate CRUD for your laravel application like a breeze
san-kumar/laravel-crud
4822 Downloads
Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.
kepex/laravel-crud-generator
16982 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
dskripchenko/laravel-api
6931 Downloads
Versioned Laravel APIs with OpenAPI 3.0 docs auto-generated from PHP docblocks — no annotations, no YAML — plus CRUD scaffolding and middleware cascades.
digitaldream/laracrud
22302 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
ahrmerd/laravel-test-generator
515 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
imritesh/livecrud
1089 Downloads
Generate Basic Crud Operations With Livewire and Tailwind Css For Laravel
anas/easy-dev
590 Downloads
Generate production-style Laravel feature structure from one Artisan command: CRUD, APIs, services, repositories, tests, OpenAPI docs, modules, and AI-ready project context.
arrahmouni/crud-generator
350 Downloads
Generate crud for laravel modules
mehadi/laravel-crud-generator
1751 Downloads
A laravel package to generate CRUD by giving Model and database table column
ahmedebead/lara-crud
4228 Downloads
A comprehensive Laravel package to generate CRUD operations with advanced features for APIs and web applications.
codebider/generate-crud
147 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
kamrul-haque/action-crud-helper
630 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.