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

Nova 4 support #23

Closed rklugman closed 2 years ago

rklugman commented 2 years ago

Changed to Vue 3 and Tailwind CSS 3 and made some tweaks to the tool for new Nova component structure and CSS classes

recycledbeans commented 2 years ago

Cool, thanks. I'll pull the changes and review as soon as possible 👍🏻

mateusgalasso commented 2 years ago

Some update?

miking7 commented 2 years ago

Keen to see this integrated as we've just updated to Nova 4 on one of our projects. Are you guys likely to integrate this in the next few weeks, or should we start maintaining a fork?

recycledbeans commented 2 years ago

We're planning on having this merged and released as 2.0.0 by the end of the week.

ThaDaVos commented 2 years ago

So, that week passed - any eta? Just curious - we are currently working around it by just using a Nova Resource and a relation with the required models - also adding a custom nova action (inline) for restore functionality

recycledbeans commented 2 years ago

Thanks for your patience, everyone! I have just merged and tagged v2.0.0.

I will be updating the documentation shortly.