Libraries tagged by CRUD Operation
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
ekram/schema-forge
20 Downloads
Laravel Package to create crud operation
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
ahertl/laravel-scaffold
4 Downloads
A package to scaffold CRUD operations and services for Laravel
soupmix/elasticsearch
84 Downloads
Simple Elasticsearch abstraction layer adapter to handle CRUD operations.
soupmix/base
970 Downloads
Simple database abstraction layer adapters collection to handle CRUD operations.
forestry/orm
48 Downloads
Tiny ORM for simple CRUD operations.
doublethreedigital/guest-entries
1328 Downloads
Perform CRUD operations in the front-end of your site.
laztopaz/potato-orm
6 Downloads
This package aims at building a simple agnostic ORM that can perform the basic crud database operations.
florence/potato
0 Downloads
Potato ORM is a simple agnostic ORM that can perform the basic crud database operations
alcidesrh/laravel-generic-resource
25 Downloads
A generic or agnostic Laravel's Resource and their CRUD (create, read, update, delete) operations.
x-one/infakt-client
202 Downloads
InfaktClient is a PHP library for the third version of Infakt REST API that makes it easy to perform CRUD (create, read, update and delete) operations on invoices, clients and products.
miisieq/infakt-client
110 Downloads
InfaktClient is a PHP library for the third version of Infakt REST API that makes it easy to perform CRUD (create, read, update and delete) operations on invoices, clients and products.
conectra/active-rest
1282 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.
ztech243/artisan-crud
18 Downloads
A Laravel package to generate CRUD operations