dev-partners / laravel-nova-auditable-log

A Laravel Nova resource tool for visualizing the audit log created by the Laravel Auditing package.
51 stars 22 forks source link

Class "App\Nova\AuditableLog" Not Found #32

Open octoxan opened 1 year ago

octoxan commented 1 year ago

Followed the README, but it just doesn't work. Can't find the class for AuditableLog.

Tried adding use Devpartners\AuditableLog to the top and still nothing.

How do you go about using this?