3. Laravel Activity Log By Team Spatie - Customisation

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

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.
@mahmoudmohamed-oo3xs
@mahmoudmohamed-oo3xs 4 жыл бұрын
Thank you for these very useful videos.
@hamzaaltaf3633
@hamzaaltaf3633 4 жыл бұрын
bitfume you are the diamond teacher in my life..... very very thanx and a bundle of thanxx...
@ahmedyoussef7968
@ahmedyoussef7968 Жыл бұрын
Thank you so much. It `s very useful package.
@icrmsoftware59
@icrmsoftware59 4 жыл бұрын
Thank you. Amazing package
@jpeesbee
@jpeesbee 9 ай бұрын
this will help my current project, thanks
@lenerignacio
@lenerignacio 3 жыл бұрын
thanks for the videos, good job
@awarpulldozer8228
@awarpulldozer8228 3 жыл бұрын
thank you man a lot .. you are amazing
@anujbisht8905
@anujbisht8905 Жыл бұрын
good package
@Bitfumes
@Bitfumes Жыл бұрын
Thanks for your love and support, keep learning. Join bitfumes telegram group t.me/bitfumes
@ahmedragab4063
@ahmedragab4063 2 жыл бұрын
Thank you bro.
@jtpacol
@jtpacol 2 жыл бұрын
Good tutorial
@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
@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!
@tirits
@tirits 4 жыл бұрын
it's great package, thanks bitfumes.
@Bitfumes
@Bitfumes 4 жыл бұрын
Enjoy
@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.
@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?
@rajeevprasad5836
@rajeevprasad5836 3 жыл бұрын
What about the query when we fetch data as per model instance
@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
@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.
@tothebone4613
@tothebone4613 3 жыл бұрын
hmm how to show / index this logactivity on datatable ? instead of json
@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
@parasnshah2899
@parasnshah2899 4 жыл бұрын
hello sir how now which user is login and logout using spatie
@MyBoxer96
@MyBoxer96 2 жыл бұрын
Is it possible log Controller events?
@mohfebrinurulqorik8537
@mohfebrinurulqorik8537 3 жыл бұрын
this just any change with model , this will be create event , how to get log if i will just get model ?
@RuslanMavlyanov
@RuslanMavlyanov 9 күн бұрын
o kurwa!
@mohfebrinurulqorik8537
@mohfebrinurulqorik8537 3 жыл бұрын
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
@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
@vovatarasyuk4042
@vovatarasyuk4042 Жыл бұрын
you need to adjust the content
@nikolicvladimir
@nikolicvladimir Жыл бұрын
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
1. Laravel Horizon - Monitor Redis Queue Jobs
15:17
Bitfumes
Рет қаралды 32 М.
когда повзрослела // EVA mash
00:40
EVA mash
Рет қаралды 4,3 МЛН
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 9 МЛН
孩子多的烦恼?#火影忍者 #家庭 #佐助
00:31
火影忍者一家
Рет қаралды 49 МЛН
Simple Custom Laravel Logging
7:50
Codecourse
Рет қаралды 27 М.
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,2 М.
1. Laravel Query builder - Search Made Easy @freekspatie
11:13
Activity Feed using Laravel Activity Log #Laravel Vue Admin
14:28
WebDevMatics
Рет қаралды 11 М.
Laravel Google Translate Package
4:25
Bitfumes
Рет қаралды 22 М.
tRPC, gRPC, GraphQL or REST: when to use what?
10:46
Software Developer Diaries
Рет қаралды 72 М.