Libraries tagged by laravel deleted_by
phpfour/laravel-userstamps-for-backpack
117 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.
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
57 Downloads
A simple Laravel package for Eloquent Model user specific fields.
andreadam82/laravel-userstamps
4 Downloads
Package to add created_by, updated_by and deleted_by to models.
ahuseiny/laravel-userstamps
38 Downloads
A simple Laravel package for Eloquent Model user specific fields.
findyouractivity/laravel-userstamps
9 Downloads
Package to add created_by, updated_by and deleted_by to models.
tris-nm/userstamps
0 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 application.
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.
pacificinternet/userstamps
20 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
knetewelt/causerstamps
6 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.
dalisoft/userstamps
31 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.
codiliateur/eloquent-model-userstamps
7 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
byteasc/laravel-soft-cascade
36793 Downloads
Laravel Cascade Soft Delete & Restore
alibori/laravel-logs-cleaner
22 Downloads
Delete your Laravel project's logs files by command.