Libraries tagged by laravel package update
pbww/laravel-pivot
3296 Downloads
This package introduces new eloquent events for sync(), attach(), detach() or updateExistingPivot() methods on BelongsToMany relation.
coreproc/nova-auditing-user-fields
111527 Downloads
A Laravel Nova field that works with the Laravel Auditing package to see who created or last updated a resource.
xgenious/xgapiclient
3735 Downloads
this package help to update xgenious products from user dashbaord by just click.
diegohq/cdn
15931 Downloads
Content Delivery Network (CDN) Package for Laravel while original repo is not updated for Laravel 5.6
radic/tmp-underscore-php
17285 Downloads
Temporary package until underscore-php updates its dependencies. A redacted port of Underscore.js for PHP
velitsol/userstamps
1194 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
lakasir/has-crud-action
1084 Downloads
Has-CRUD-Action is a Laravel package that simplifies adding CRUD (Create, Read, Update, Delete) operations to your models.
paulschoeman/filament-impersonate
516 Downloads
A temporary fork of stechstudio's Filament package to impersonate your users. Dependencies updated to be Laravel 11 compatible.
amir9480/laravel-auto-update
20 Downloads
Laravel package to update app automatically.
jrbarros/laravel-update-fillable
9 Downloads
This is my package laravel-update-fillable
rulr/laravel-authored
5 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
anisaronno/laravel-self-updater
69 Downloads
Laravel Self Updater is a package that helps you to update your Laravel application automatically.
jeffersongoncalves/laravel-created-by
7 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
shawnveltman/livewire-3-property-updater
81 Downloads
A package to update Livewire 2 computed properties to use the Livewire 3 syntax
milenmk/laravel-livewire-crud
14 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.