Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
Thanks for the detailed tutorial on activityLog! I see that you have fancy autocompletion on laravel... for example at 6:40 you are able to do `return Ac...` and access to ActivityLog classes. I have php intelephense and laravel snippets extension installed but don't have this kind of autocomplete. Is there a better laravel extension for that?
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
Highly appreciate your work ! its really informatic lesson .I have one question. in here we are using Datatbase to store activity logs. think if there are 200 users,then we will get huge datatbase. is that true ? or any other solutions ?
on 5:58 also, >>> activity()->log('Logging something') i`ve encountered this : Illuminate\Contracts\Container\BindingResolutionException with message 'Target class [config] does not exist.'
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates. bitfumes.com
Sir please make a video on role based access control for large sytem. I ve created permission by storing them in session. I ve query ,if the assignment of permission is to huge ,is this scenario makes my system slower??
hey man. Your tutorials are great. Have you made a video on what vscode extensions you use for laravel? If you havent, can you please find some time to list the extension names only. It will be very appreciated. Thank you
This tutorial now is outdated. On clean installation with spatie v4 Whoops\Exception\ErrorException Class App\Models\User contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (App\Models\User::getActivitylogOptions)
This one is great for implementing an 'changes log' for your application!
Yes, this is a great package.
Glad to see that you use Memento browser extension :) I also like it)
Pretty good and clear tutorial! Thank you ❤
Awesome tutorial mate, many thanks! Spatie is really a great extension for improving the default Laravel logging capabilities.
Thank you for this great lecture..
short and sweet thank you
Thank you for your energy. Amazing package and also amazing tutor❤️
Your are doing Well,
Bro, its requested,
please create an other series on same package with Laravel 9 and add more stuff
wow, font vscode beautiful.
Superb tutorial sir
Bro i love you cant wait for the nxt vid
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates.
bitfumes.com
Well explained @Bitfumes.
Which al extensions you have installed in IDE you demoed in?
Thanks for the detailed tutorial on activityLog!
I see that you have fancy autocompletion on laravel... for example at 6:40 you are able to do `return Ac...` and access to ActivityLog classes. I have php intelephense and laravel snippets extension installed but don't have this kind of autocomplete. Is there a better laravel extension for that?
Will this package also logs model changes for mass assignment?
What a wonderful feature to have, Thanks at Bitfumes
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates.
bitfumes.com
appreciate this explanation. great vid
how does this work with many to many relationship? does it support attach event?
Guys correct link for installation and set up is this
spatie.be/docs/laravel-activitylog/v4/installation-and-setup
Will this work for pivot tables?
Great tutorials, Could you organize the order of the videos of the playlist to put the first video on the top, plz
does this package works on laravel 5.8?
I found that both Laravel activity log and Laravel auditing are quite similar so, can you tell me the difference between them.
Highly appreciate your work ! its really informatic lesson .I have one question. in here we are using Datatbase to store activity logs. think if there are 200 users,then we will get huge datatbase. is that true ? or any other solutions ?
how to use this with a DynamoDb table in console AWS DynamoDB with only the table activity_log? it is posible?
i cannot use factory(App\User::class)->create() in 8:49
on 5:58 also, >>> activity()->log('Logging something')
i`ve encountered this : Illuminate\Contracts\Container\BindingResolutionException with message 'Target class [config]
does not exist.'
You are amazing ❤️
Thanks for your love and support, keep learning. Follow bitfumes on twitter.com/bitfumes or facebook.com/Bitfumes to get the latest updates.
bitfumes.com
Sir please make a video on role based access control for large sytem. I ve created permission by storing them in session. I ve query ,if the assignment of permission is to huge ,is this scenario makes my system slower??
hey how to serialize created_at date format?
hey man. Your tutorials are great. Have you made a video on what vscode extensions you use for laravel? If you havent, can you please find some time to list the extension names only. It will be very appreciated. Thank you
how to call activity log in web.php. I tried it gives error Class activity not found. I found solution use Spatie\Activitylog\Models\Activity
Next request please :
Spatie Laravel View Components
Spatie Laravel View Model
Thanks for this, I need more suggestions. 😀
Sir,
Please make a video on VScode setting you use for laravel development.
Its a request sir.
Sure. thanks
Thank you sir
hello, your vids are really informative, can you make a video that implements activitylog to a system, like blog or something.
Thanks vai
but it's storing in table we need without table ...
I,m your 27th Viewer
Yeahhh, you are awesome man. Thanks
What will be the pronounce? Spacie or spatie
It's spacie and I have confirmed with Freek when I first met him in 2018 at laravellive conference
Although many people still pronounce it as spatie.
Ohh, thanks man, I was little confused about that, but whatever..😊😊
This tutorial now is outdated. On clean installation with spatie v4 Whoops\Exception\ErrorException
Class App\Models\User contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (App\Models\User::getActivitylogOptions)
You are a great tutorial. Can you make the video for Laravel 6 Notification?