Libraries tagged by Laravel CreatedBy
wildside/userstamps
1080470 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
34835 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
26958 Downloads
Package to add created_by, updated_by and deleted_by to models.
repat/laravel-job-models
22357 Downloads
Eloquent Models for the tables job and job_fails as created by artisan queue:table and queue:failed-table
cashuanony/phpanonymous
18805 Downloads
gateway payment integration for cashu Package created By PhpAnonymous Laravel 5.0 above ^
nstapelbroek/culpa
73083 Downloads
Adds Blameable support to Eloquent models in Laravel 5
kamansoft/laravel-blame
2297 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
axn/laravel-eloquent-authorable
39401 Downloads
Support for created_by and updated_by fields in Eloquent models.
socialblue/laravel-query-adviser
3174 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.
quarks/laravel-auditors
16759 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
jlorente/laravel-identitystamps
4937 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
jhonyspicy/laravel-wordpress-login
3135 Downloads
login with user who created by wordpress
dfox288/culpa
3237 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
velitsol/userstamps
1188 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
malhal/laravel-createdby
129 Downloads
A trait that adds createdBy and updatedBy user relations to your models