Hey,
The activity log is a separate, open-source, Vanguard plugin available on GitHub: https://github.com/vanguardapp/activity-log
Vanguard plugins are just simple Laravel packages and, in case you want to customize the layout files, you can create a "user-activity" folder in "/resources/views/vendor" folder and add your custom layout files there. Those files should have the same name as the original blade files. This is the official Laravel way to override the package view files in Laravel applications, and you can learn more about it here: https://laravel.com/docs/7.x/packages#views
Regards,
Milos
Hey,
The activity log is a separate, open-source, Vanguard plugin available on GitHub: https://github.com/vanguardapp/activity-log
Vanguard plugins are just simple Laravel packages and, in case you want to customize the layout files, you can create a "user-activity" folder in "/resources/views/vendor" folder and add your custom layout files there. Those files should have the same name as the original blade files. This is the official Laravel way to override the package view files in Laravel applications, and you can learn more about it here: https://laravel.com/docs/7.x/packages#views
Regards,
Milos