Libraries tagged by updated
andreadam82/laravel-userstamps
7 Downloads
Package to add created_by, updated_by and deleted_by to models.
gibbs/phile-last-modified
27 Downloads
A simple philecms plugin that returns the Unix timestamp of the page (file)
findyouractivity/laravel-userstamps
11 Downloads
Package to add created_by, updated_by and deleted_by to models.
bnomei/kirby-content-last-modified
2 Downloads
Kirby plugin to track the last timestamp when any content was modified at in the full content folder.
zarkasi/yii2-dynamicform
14 Downloads
It Is Forked Form wbraganca/yii2-dynamicform
xt/laravel-userstimetamps
287 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.
tobidsn/laravel-userstamps
17 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
skycoder/user-log
5 Downloads
An Awesome Package That Store User Creating, Updating, Approved and Company Log
phumsoft/userstamps
2 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.
phpfour/laravel-userstamps-for-backpack
118 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. This forks make that work for Backpack for Laravel.
pacificinternet/userstamps
21 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.
mazyvan/userstamps
156 Downloads
A fork from WildSide. Eloquent trait to automatically maintain created_by and updated_by (and deleted_by when using SoftDeletes) on your models
malhal/laravel-createdbypolicy
8 Downloads
Simple security for Laravel models
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
26 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.