Libraries tagged by laravel crud generate
crestapps/laravel-code-generator
80955 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.
digitaldream/laracrud
20633 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
san-kumar/laravel-crud
3331 Downloads
Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.
mehradsadeghi/laravel-crud-generator
11119 Downloads
Generate CRUD for your laravel application like a breeze
kepex/laravel-crud-generator
16140 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
larafast/fastapi
2361 Downloads
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model
mehadi/laravel-crud-generator
313 Downloads
A laravel package to generate CRUD by giving Model and database table column
ascsoftw/tall-crud-generator
6671 Downloads
Laravel Package to generate CRUD Files using TALL Stack
nahid-ferdous/laravel-module-generator
985 Downloads
Laravel Package to generate module (service, controller, model, migration, resource, request, collection) from YAML file.
santosalan/laravel-crud
1869 Downloads
Generate Laravel CRUD
ahmedebead/lara-crud
2329 Downloads
A comprehensive Laravel package to generate CRUD operations with advanced features for APIs and web applications.
ahmed-aliraqi/crud-generator
4866 Downloads
This package is a useful tool to generate simple crud for laravel-modules/scaffolding
codebider/generate-crud
91 Downloads
An artisan command to automate the migration,model,resource controller, views and routes
ahrmerd/laravel-test-generator
174 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
samyoteroglez/larawesomecrud
292 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]).