Libraries tagged by laravel crud package
labrodev/laravel-filter-components
12 Downloads
Package to extend filters for CRUD (with using Spatie Laravel Query Builder)
tadasei/backend-crud-stubs
97 Downloads
A package that provides stubs for crud backend using inertia, blade and api stacks
tanhongit/laravel-generator
4 Downloads
Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...
lbiltech/laravel-generator
11 Downloads
Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...
zakaria-yacine/laravel-form-builder
14 Downloads
AutoFormGenerator is a Laravel package that streamlines form creation by automatically generating forms and their corresponding input fields using Artisan commands. Simplify repetitive tasks, reduce development time, and enhance productivity by generating fully customizable forms directly from the console. Perfect for CRUD applications and rapid prototyping.
wovosoft/crud
67 Downloads
A laravel package generator for WovoCMS
the42coders/the-laravel-admin-panel
41 Downloads
A package to create an Admin panel with basic crud.
taskforcedev/crud-api
8570 Downloads
A laravel package providing an admin interface to create, edit and delete models.
sqits/laravel-api-skeleton
105 Downloads
Package to create a complete Laravel API resource according to stub files.
sprint-digital/boilerplate-crud-generator
326 Downloads
This package is intended to be used with sprint-digital/boilerplate-api-app
saidjon/inertia-crud-generator
145 Downloads
This package create ui form to create update, delete and list elements
novius/laravel-backpack-visualcomposer
3451 Downloads
This packages provides an interface to manage page content easily
ma2783930/basic-crud
199 Downloads
Laravel BasicCrud Package
gustocoder/laravel-datatable
6 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
ahrmerd/laravel-test-generator
95 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