andriajah Mon Jun 2023 10 months ago

Lesson 12 Laravel Activity Log

In this video, you will learn how to use Laravel-activitylog package to easily keep track of user activities and changes made to your database. You will see how to install and configure the package, how to log different types of activities, and how to retrieve and display the activity log data in your Laravel application. You will also learn how to customize the activity log settings and use it in combination with other Laravel features to build a robust and secure application.
laravel Activity Log: https://spatie.be/docs/laravel-activitylog/v4/introduction
chapters:
0:00 Installation
01:45 creating basic Log
04:06 Logging Model Events
04:18 Logging All Attributes
07:35 Loggin only Dirty
09:59 Disabling and Re Enabling Activities
Logging Audit trail Data integrity Laravel packages Composer Laravel 5 Laravel 6 Laravel 7 Laravel 8 PHP 7 PHP 8 MySQL PostgreSQL SQLite Database Web development Back-end development Best practices Software engineering Programming fundamentals Laravel Activity Log