Libraries tagged by updated_by
kseven/userstamps
1 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
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.
kayiwarahim/laravel-userstamps
0 Downloads
A simple Laravel package for Eloquent Model user specific fields by Rahim.
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
danielemontecchi/laravel-userstamps
3 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
dalisoft/userstamps
33 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
ahuseiny/laravel-userstamps
44 Downloads
A simple Laravel package for Eloquent Model user specific fields.
turahe/laravel-userstamps
85 Downloads
Package to add created_by, updated_by and deleted_by to models.
rahmasa/fill-record
8 Downloads
Auto fill traced columns in Eloquent [created_by_user,created_by_ip,updated_by_user,updated_by_ip]
phpanonymous/senangpay
2 Downloads
This package will provide facade and easy integration with SenangPay payment gateway. updated by Mahmoud Ibrahim - phpanonymous
nbsbbs/mongo-php-adapter
36 Downloads
Adapter to provide ext-mongo interface on top of mongo-php-library (updated by Noobus)
mintunmedia/restcord
99 Downloads
REST Library for the Discord API. Updated by Mintun Media
kikwik/command-blameable-bundle
15 Downloads
Subscriber for gedmo/doctrine-extension Blameable that set the actual command name in the createdBy and updatedBy fields
hpolthof/laravel-auditable
8 Downloads
Allow for easy addition of created_by and updated_by fields.