Libraries tagged by laravel crud generate
santosalan/laravel-crud
1825 Downloads
Generate Laravel CRUD
kajalpandya/generate_laravel_crud
1473 Downloads
Run command in terminal and make ready made crud for your entity
mehadi/laravel-crud-generator
43 Downloads
A laravel package to generate CRUD by giving Model and database table column
iamchris/laravel-autocrud
11 Downloads
A Laravel package to generate CRUD scaffolding inspire by Symfony's make:crud.
adwiv/laravel-crud-adminlte
17 Downloads
Generate CRUD Model, Controller, Resource, Request and Views for Laravel
moonbear/laravel-crud-scaffold
83 Downloads
A Laravel package to help you generate nearly complete CRUD pages like crazy!
hcomg/laravel-crud-generator
165 Downloads
php artisan command to generate fully working crud with grid paginated server side only by having database tables
marabesi/easy-crud
74 Downloads
(Laravel 5+) Simple and effective way to generate CRUD from your models or database Edit
kamrul-haque/action-crud-helper
24 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.
ahrmerd/laravel-test-generator
128 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
timwassenburg/laravel-improved-resource-controllers
50 Downloads
Generate complete resource controllers
astradevio/laravel-module-smartbread-generator
7 Downloads
Generate Laravel SmartBread on a laravel module from a template.
abmti/laravel-scaffold-generate
117 Downloads
Laravel5 CRUD Generator
ads/ajax-crud-generator
553 Downloads
Generates basic scaffolding for AjaxCrud JS Plugin to allow for quick and easy AJAX CRUD on forms and modals
mehedi8gb/api-crudify
299 Downloads
Automate CRUD operations for Laravel APIs.