laravel-auditing
laravel-auditing copied to clipboard
Lumen 9 exception
laravel/lumen-framework 9.0.1 owen-it/laravel-auditing 13.0.2
Exception message
In AuditingEventServiceProvider.php line 9:
Class "Illuminate\Foundation\Support\Providers\EventServiceProvider" not found
Any updates here? Facing the same issue with Lumen 8.
The AuditingEventServiceProvider.php@5 file contains a reference to Illuminate\Foundation\Support\Providers\EventServiceProvider
which isn't present in later versions of lumen.
However changing the reference to be: use Laravel\Lumen\Providers\EventServiceProvider as ServiceProvider;
would temporarily resolve it. This could not be applied to the package as it would break the laravel implementation
My issue has been resolved, after downgrading to "owen-it/laravel-auditing" 12.x
Hi. I am sorry about the missing response.
We are a bit thin on maintainers for this package in terms of hours. I do not have any experience with Lumen. In order to support usecases including Lumen use, we may need a bit of help.
Try it now
- https://github.com/owen-it/laravel-auditing/pull/731
@anteriovieira already fixed by #731, must be closed