Libraries tagged by laravel created_by
axn/laravel-eloquent-authorable
40736 Downloads
Support for created_by and updated_by fields in Eloquent models.
velitsol/userstamps
1196 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
jeffersongoncalves/laravel-created-by
8 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.
hyperlink/laravel-created-by
81 Downloads
Annoyed by writing the created by foreign user id for every model? Use our blueprint function instead
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
metrakit/visualcaptcha-laravel
1898 Downloads
Laravel library for visualCaptcha. VisualCaptcha is created by EmotionLoop
repat/laravel-database-session-model
11241 Downloads
Eloquent Model for the sessions table as created by artisan session:table
kerattila/laravel-track-author
716 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jcrodsolutions/laravel-user-stamp
83 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
hugocabral/visualcaptcha-laravel-jquery
168 Downloads
Laravel library for visualCaptcha using jQuery. VisualCaptcha is created by EmotionLoop
hpolthof/laravel-auditable
8 Downloads
Allow for easy addition of created_by and updated_by fields.
hexathos/laravel-hasuserdata
207 Downloads
Autofills updated_by, created_by, updated_at and created_at
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
digitalion/laravel-model-editors
262 Downloads
Tracker of users creating, editing or deleting the model
bytestgear/laravel-accountable
970 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model