Libraries tagged by Laravel CreatedBy
wildside/userstamps
1939301 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.
fico7489/laravel-revisionable-upgrade
39934 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
41603 Downloads
Package to add created_by, updated_by and deleted_by to models.
cashuanony/phpanonymous
40275 Downloads
gateway payment integration for cashu Package created By PhpAnonymous Laravel 5.0 above ^
laravel-enso/track-who
44261 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
socialblue/laravel-query-adviser
3833 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
axn/laravel-eloquent-authorable
42820 Downloads
Support for created_by and updated_by fields in Eloquent models.
sansanlabs/laravel-userstamps
1167 Downloads
Package to add userstamps to models.
repat/laravel-job-models
28717 Downloads
Eloquent Models for the tables job and job_fails as created by artisan queue:table and queue:failed-table
quarks/laravel-auditors
17292 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
2150 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jlorente/laravel-identitystamps
6115 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
danielemontecchi/laravel-userstamps
514 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
66 Downloads
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.
velitsol/userstamps
1202 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.