nepnepz/laravel-action-logs

laravel action logs

0.1.1 2020-04-19 06:56 UTC

This package is auto-updated.

Last update: 2025-04-20 12:50:18 UTC


README

This simple package allows you to keep logs in the database of each action such as store (), update (), destroy () and others

instalation

1. instal from Composer

composer require nepnepz/laravel-actions-log

2. Publish the migration file

php artisan vendor:publish --provider="Nepnepz\Actionslog\ActionsLogServiceProvider"

By default in the migration file there is a user id column that is related to the users table