3. Laravel Activity Log By Team Spatie - Customisation

  Рет қаралды 20,304

Bitfumes

Bitfumes

Күн бұрын

How to customize model attributes
Excellent work on #laravel #activitylog #package by Spatie team and Freek ( @freekspatie )
The Spatie Laravel Activitylog package provides easy to use functions to log the activities of the users of your app. It can also automatically log model events. All activity will be stored in the activity_log table.
Laravel Activity Log Useful Links:
Website: spatie.be/
Docs:docs.spatie.be/laravel-activi...
Github: github.com/spatie/laravel-act...
Mysql Error on Migration: github.com/spatie/laravel-act...
======================= Ad Free Tutorials ======================
Check bitfumes.com For ads-free and more advanced courses (use Coupon code WELCOME60 to get 60% discount)
==================FOLLOW ME ==================
Subscribe for New Releases!
Twitter - / bitfumes
Facebook - / bitfumes
Instagram - / bitfumes
(ask me questions!)
-- QUESTIONS? --
Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.
Email me support@bitfumes.com
Thanks for all your support!

Пікірлер: 37
@AsankaRubasinghe
@AsankaRubasinghe 3 жыл бұрын
This package is really awesome like other spatie packages..Thank you so much for the great explanation.
@hamzaaltaf3633
@hamzaaltaf3633 4 жыл бұрын
bitfume you are the diamond teacher in my life..... very very thanx and a bundle of thanxx...
@mahmoudmohamed-oo3xs
@mahmoudmohamed-oo3xs 4 жыл бұрын
Thank you for these very useful videos.
@icrmsoftware59
@icrmsoftware59 4 жыл бұрын
Thank you. Amazing package
@lenerignacio
@lenerignacio 3 жыл бұрын
thanks for the videos, good job
@ahmedyoussef7968
@ahmedyoussef7968 Жыл бұрын
Thank you so much. It `s very useful package.
@jpeesbee
@jpeesbee 10 ай бұрын
this will help my current project, thanks
@awarpulldozer8228
@awarpulldozer8228 3 жыл бұрын
thank you man a lot .. you are amazing
@jtpacol
@jtpacol 2 жыл бұрын
Good tutorial
@ahmedragab4063
@ahmedragab4063 2 жыл бұрын
Thank you bro.
@anujbisht8905
@anujbisht8905 Жыл бұрын
good package
@Bitfumes
@Bitfumes Жыл бұрын
Thanks for your love and support, keep learning. Join bitfumes telegram group t.me/bitfumes
@claudiobrt652
@claudiobrt652 4 жыл бұрын
Hi. Great package and thanks for the tutorial. Is it possible to have logs on login/logout, specifically when we use APIs with laravel passport ? Thank you
@JACKoPL
@JACKoPL 4 жыл бұрын
At first I thought that this package is used to record user activity (clicks), not to changes in the database that are being made. :) For this, some middleware could be used to track where the user enters.
@tirits
@tirits 4 жыл бұрын
it's great package, thanks bitfumes.
@Bitfumes
@Bitfumes 4 жыл бұрын
Enjoy
@sumeetatkare8471
@sumeetatkare8471 4 жыл бұрын
Hi, your tutorials are awesome. I however have a question. I'm not using Models in my project. I do all crud via the DB driver (no eloquent). Is it possible for me to use the package in this case? Please let me know. Thanks!
@nikhilgyan
@nikhilgyan 3 жыл бұрын
Is it possible to log the user visits of pages along with the "created, updated, deleted" i.e. "visited"?
@jojiejagonos7317
@jojiejagonos7317 4 жыл бұрын
Hello Sir, Would it be possible to change the column names of the activity_logs table ? thank you
@nickywan123
@nickywan123 2 жыл бұрын
Hi, may I know how come the causer_id and causer_type column are empty? How do I populate it?
@thiagoluna3469
@thiagoluna3469 4 жыл бұрын
Thank you for these very useful videos. Is it possible to log who and when a user logged in?
@Bitfumes
@Bitfumes 4 жыл бұрын
You need to configure that, also you can get from created_at when user has log
@rajeevprasad5836
@rajeevprasad5836 3 жыл бұрын
What about the query when we fetch data as per model instance
@parasnshah2899
@parasnshah2899 4 жыл бұрын
hello sir how now which user is login and logout using spatie
@tothebone4613
@tothebone4613 3 жыл бұрын
hmm how to show / index this logactivity on datatable ? instead of json
@johnmarkenriquez8655
@johnmarkenriquez8655 4 жыл бұрын
Is it possible to logs data on successful login and log out of users in my application? Can you help me please. Thanks.
@mohfebrinurulqorik8537
@mohfebrinurulqorik8537 4 жыл бұрын
how to get log if i will just get model ?
@sarder2008
@sarder2008 4 жыл бұрын
HI there is another very important thing, if the software is used by multiple users we need to record who done the changes, does it record that?
@kenjohnsiosan9707
@kenjohnsiosan9707 4 жыл бұрын
causer_id is automatically set for current loggedin user
@MyBoxer96
@MyBoxer96 2 жыл бұрын
Is it possible log Controller events?
@markanthonybautista1325
@markanthonybautista1325 3 жыл бұрын
how about if non of created, updated and delete is what I want to log? I want for example.. " {username} downloaded {filename} at {date} Thank you, hope I get response
@mohfebrinurulqorik8537
@mohfebrinurulqorik8537 4 жыл бұрын
this just any change with model , this will be create event , how to get log if i will just get model ?
@gaxgabon
@gaxgabon 4 жыл бұрын
hello,great video but you didnt talk about the causer part.how to insert the causer_id for example.thanks in advance
@kenjohnsiosan9707
@kenjohnsiosan9707 4 жыл бұрын
causer_id is set automatically for current loggedin user
@RuslanMavlyanov
@RuslanMavlyanov Ай бұрын
o kurwa!
@vovatarasyuk4042
@vovatarasyuk4042 Жыл бұрын
you need to adjust the content
@nikolicvladimir
@nikolicvladimir 2 жыл бұрын
At the whole series you did not mention the most important thing, by my opinion, and its Causer Id and Causer Type. How do you list changes made by other users on system? Having tracking on yourself, telling you, as you did in example: "you updated password" is imho useless at least. Much more important and real life scenario is if you have a team of people working on admin backend and someone deleted a bunch of posts, ads, users... How you gonna know who did that? "You updated password..." . I dont think so.
1 Laravel Activity Log By Team Spatie - Intro and Setup
10:42
Simple Custom Laravel Logging
7:50
Codecourse
Рет қаралды 28 М.
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 14 МЛН
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 43 МЛН
Llegó al techo 😱
00:37
Juan De Dios Pantoja
Рет қаралды 58 МЛН
1. Laravel Horizon - Monitor Redis Queue Jobs
15:17
Bitfumes
Рет қаралды 33 М.
Activity Feed using Laravel Activity Log #Laravel Vue Admin
14:28
WebDevMatics
Рет қаралды 11 М.
Create User Activity Log in Laravel 8 | Insert DB
12:38
𝗦𝗼𝗲𝗻𝗴 𝗦𝗼𝘂𝘆
Рет қаралды 10 М.
Spatie Activity Logs in Filament: A Step-by-Step Tutorial
14:54
Amitav Roy
Рет қаралды 3,4 М.
Laravel Package: Logged in with "Unknown" Device?
4:38
Laravel Daily
Рет қаралды 8 М.
Advanced Laravel | Why and How Use Laravel Queue #15
17:30
Bitfumes
Рет қаралды 92 М.
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 14 МЛН