Libraries tagged by laravel package updater
knetewelt/causerstamps
25 Downloads
A package to provide timestamps for eloquent models using a trait. It extends the model for created_by and updated_by column. If the model uses SoftDeletes it'll add the column deleted_by for that as well.
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.
gaiththewolf/git-manager
16 Downloads
this package can execute and parse git commands on project, it can provide a way to update laravel app with button click from client interface without knowing git commands
capmega/user-crud
26 Downloads
This is a library to create, delete and update an user
rinvex/composer
4355 Downloads
Rinvex Composer is an intuitive package that utilizes Composer Plugin API to support additional actions during installation, such as installing packages outside of the default vendor library and running custom scripts during install, update, and uninstall processes.
wcg-package/eloquent-event-logger
12 Downloads
Eloquent Event Logger is a logging tool for Laravel's Eloquent ORM. It's designed to automatically record and log events for Laravel Eloquent model's operations such as creation, updates and deletions. Detailed event logs help facilitate debugging and keep track of changes made to models over time. It's a tool for monitoring your application's data layer, ensuring data integrity, and aiding in development.
rakeshthapac/laratime
154 Downloads
Cool laravel package to broadcast database updates using websockets for realtime system
ngarak-dev/nextsms
27 Downloads
A Laravel package to send SMS using NextSMS API. Basically a folk from https://github.com/omakei with updated packages support for laravel 10 and 11
images-management/image-trait
3 Downloads
A Laravel package for easy image upload, update, and delete
carlosdev/model-change-logger
2 Downloads
Laravel package to automatically log changes (updates/deletes) made to Eloquent models.
heddiyoussouf/sequential-attribute-guard
914 Downloads
A Laravel package that ensures model attribute values follow a specified sequential order during creation or updates.
kkeiper1103/sentry-manager
30 Downloads
A Minimalistic, Laravel-Specific User Management Package. Provides User Registration, Login, and Update Views.
rimbaborne/moota
20 Downloads
Update API Moota V2 From yugo/moota Unofficial Moota.co package for Laravel framework
natenju/installer
0 Downloads
a package to install, update, extract or uninstall your laravel app
kettasoft/booter
14 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.