Libraries tagged by laravel package update
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
156 Downloads
Cool laravel package to broadcast database updates using websockets for realtime system
ngarak-dev/nextsms
29 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
hannanyusop/toyyibpay
3182 Downloads
Laravel 9 Package for ToyyibPay API (UPDATED)
ayoub-amzil/model-activity-log
1 Downloads
A simple Laravel package to log Eloquent model create, update, and delete activities with user tracking.
everth/userstamps
110 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
msaddamkamal/model-dependency-sync
1595 Downloads
A Laravel package to sync model dependencies and provide insights on updates.
heddiyoussouf/sequential-attribute-guard
915 Downloads
A Laravel package that ensures model attribute values follow a specified sequential order during creation or updates.
kkeiper1103/sentry-manager
31 Downloads
A Minimalistic, Laravel-Specific User Management Package. Provides User Registration, Login, and Update Views.
rimbaborne/moota
21 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
bakgul/file-history
141 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
kalimeromk/facebook-post
6 Downloads
This package allow to create, update, delete and get posts from facebook page in laravel application
kettasoft/booter
16 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.
bakgul/file-content
145 Downloads
This is a helper package, and it can't be used independently. Its purpose is to get/set/modify files' content when they are created/deleted/updated through the commands that are shipped with the packages, which are part of Packagified Laravel.