Configuration
To publish the config file config/nexus-audits.php:
scripts/artisan.sh vendor:publish --tag=nexus-audits-config
It can be used to disable auditing for models provided by packages (e.g. Nexus CMS), in case you don't want them to fill up the database unnecessarily:
'disabled' => [
Alberon\NexusCms\Models\Page::class,
],