| Q | A
| ----------------- | ---
| Bug? | yes
| New Feature? | no
| Framework | Lumen
| Framework version | 5.7.1
| Package version | 8.0.1
| PHP version | 7.2.10
Upgrade from v7.0.1 to version v8.0.1. Bootstraping the application fails with Error: Call to undefined function OwenIt\Auditing\config_path().
This helper function doesn't exist in the Lumen framework and is used here: https://github.com/owen-it/laravel-auditing/blob/v8.0.1/src/AuditingServiceProvider.php#L39. Change was made in 3a85fcbd3cbb556cc45831c83d74e5b7bea4b849.
Revert back to using base_path().
Thanks for pointing this out @mnlm.
I think the database_path() helper isn't available either. Can you confirm?
@quetzyg The database_path() helper does exist: https://github.com/laravel/lumen-framework/blob/v5.7.1/src/helpers.php
Alright, I'll sort this ASAP.
Fixed in version 8.0.2
Works fine now. Thanks for the quick fix!