Libraries tagged by Laravel-CreatedBy
fico7489/laravel-revisionable-upgrade
37133 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
jeffersongoncalves/laravel-created-by
10 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
86 Downloads
Annoyed by writing the created by foreign user id for every model? Use our blueprint function instead
malhal/laravel-createdbypolicy
8 Downloads
Simple security for Laravel models
paladindigital/laravel-theme-gentelella
18 Downloads
An installable theme for laravel, created by Colorlib and created into a package by PaladinDigital.
azaz/voyager
4 Downloads
Slightly customized admin panel for laravel, created by control group
aboulhouda/crud
12 Downloads
Crud laravel Created by IMAD ABOULHOUDA
alasit/gardener
224 Downloads
Smart seeders for Laravel. created and developed by gizburdt
toxageek/laravel-html-dom
248 Downloads
A fast, simple and reliable HTML document parser for Laravel. Created based on PHP Simple HTML DOM Parser