Libraries tagged by create read update delete
brians84/crud
5 Downloads
Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.
balpom/files
10 Downloads
Simple library for read and write files with using locks.
apiiphim/crud
142 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
aliromero/crud
16 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
alex-oliveira/ao-scrud
331 Downloads
Resources for a Super C.R.U.D. with Laravel.
afzalsabbir/crud
177 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
sergiosgc/crud-trait
0 Downloads
PHP Trait that enables create Read Update Delete operations on PHP classes
permaxis/laravel-crudgenerator
25 Downloads
Generate a crud (create read update delete) interface based on model laravel
milenmk/laravel-livewire-crud
32 Downloads
A reusable CRUD package for Laravel controllers and Livewire components, designed to simplify and standardize common database operations(create, read, update, delete), reduce boilerplate code, and support bulk actions.
inotion/skeletoncrud
39 Downloads
Facilitate the creation of CRUD (create, read, update, delete) using SkeletonCRUD
ibrahimbougaoua/filament-trace
71 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
heiw/uxcrudible
746 Downloads
Create Read Update Delete interface with a focus on usability and full support of relationships.
ernandesrs/easy-crud
4 Downloads
Features for database manipulation: create, read, update, delete
alcidesrh/laravel-generic-resource
29 Downloads
A generic or agnostic Laravel's Resource and their CRUD (create, read, update, delete) operations.
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.