Libraries tagged by laravel created_by
wildside/userstamps
1098743 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
34952 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
27147 Downloads
Package to add created_by, updated_by and deleted_by to models.
repat/laravel-job-models
22727 Downloads
Eloquent Models for the tables job and job_fails as created by artisan queue:table and queue:failed-table
cashuanony/phpanonymous
19729 Downloads
gateway payment integration for cashu Package created By PhpAnonymous Laravel 5.0 above ^
nstapelbroek/culpa
73268 Downloads
Adds Blameable support to Eloquent models in Laravel 5
kamansoft/laravel-blame
2355 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
digitalcloud/laravel-blameable
40553 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
39698 Downloads
Support for created_by and updated_by fields in Eloquent models.
modernmcguire/mailspy
2533 Downloads
MailSpy is a Laravel package that allows you to capture and inspect emails sent by your application. It was created to help with testing and debugging email sending in Laravel applications in addition to getting around low retention log limits in services like MailGun and MailerSend.
socialblue/laravel-query-adviser
3186 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.
repat/laravel-database-session-model
11110 Downloads
Eloquent Model for the sessions table as created by artisan session:table
jlorente/laravel-identitystamps
4980 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
jhonyspicy/laravel-wordpress-login
3167 Downloads
login with user who created by wordpress
rmasters/culpa
2142 Downloads
Adds Blameable support to Eloquent models in Laravel