3. Laravel Activity Log By Team Spatie - Customisation

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 35

  • @hamzaaltaf3633
    @hamzaaltaf3633 4 ปีที่แล้ว

    bitfume you are the diamond teacher in my life..... very very thanx and a bundle of thanxx...

  • @AsankaRubasinghe
    @AsankaRubasinghe 3 ปีที่แล้ว

    This package is really awesome like other spatie packages..Thank you so much for the great explanation.

  • @jpeesbee
    @jpeesbee ปีที่แล้ว

    this will help my current project, thanks

  • @mahmoudmohamed-oo3xs
    @mahmoudmohamed-oo3xs 4 ปีที่แล้ว

    Thank you for these very useful videos.

  • @jtpacol
    @jtpacol 3 ปีที่แล้ว

    Good tutorial

  • @lenerignacio
    @lenerignacio 3 ปีที่แล้ว

    thanks for the videos, good job

  • @icrmsoftware59
    @icrmsoftware59 4 ปีที่แล้ว

    Thank you. Amazing package

  • @arshwy
    @arshwy 3 ปีที่แล้ว

    Thank you bro.

  • @anujbisht8905
    @anujbisht8905 ปีที่แล้ว +1

    good package

    • @Bitfumes
      @Bitfumes  ปีที่แล้ว

      Thanks for your love and support, keep learning. Join bitfumes telegram group t.me/bitfumes

  • @claudiobrt652
    @claudiobrt652 4 ปีที่แล้ว +1

    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

  • @awarpulldozer8228
    @awarpulldozer8228 4 ปีที่แล้ว

    thank you man a lot .. you are amazing

  • @nickywan123
    @nickywan123 3 ปีที่แล้ว

    Hi, may I know how come the causer_id and causer_type column are empty? How do I populate it?

  • @nikhilgyan
    @nikhilgyan 3 ปีที่แล้ว

    Is it possible to log the user visits of pages along with the "created, updated, deleted" i.e. "visited"?

  • @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.

  • @jojiejagonos7317
    @jojiejagonos7317 4 ปีที่แล้ว

    Hello Sir,
    Would it be possible to change the column names of the activity_logs table ? thank you

  • @rajeevprasad5836
    @rajeevprasad5836 3 ปีที่แล้ว

    What about the query when we fetch data as per model instance

  • @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.

  • @thiagoluna3469
    @thiagoluna3469 4 ปีที่แล้ว +1

    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

  • @tothebone4613
    @tothebone4613 4 ปีที่แล้ว

    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

  • @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

  • @mohfebrinurulqorik8537
    @mohfebrinurulqorik8537 4 ปีที่แล้ว

    how to get log if i will just get model ?

  • @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 5 หลายเดือนก่อน

    o kurwa!

  • @vovatarasyuk4042
    @vovatarasyuk4042 2 ปีที่แล้ว

    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.

  • @MyBoxer96
    @MyBoxer96 3 ปีที่แล้ว

    Is it possible log Controller events?