You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
congrats on the release of ray! It would be nice if the Laravel integration could also support Lumen. I have tried it locally and the only blockers should be the following:
Spatie\LaravelRay\DumpRecorder\DumpRecorder requires the Application Contract which Lumen does not support, but it could be replaced by Illuminate\Container\Container instead
The RayServiceProvider registers a blade listener which is not supported by Lumen. A check if it is loaded could resolve this
If I have enough time later on I will create a pull request to resolve this, but it would be nice to hear your opinion regarding Lumen support within this package.
The text was updated successfully, but these errors were encountered:
Hey guys,
congrats on the release of ray! It would be nice if the Laravel integration could also support Lumen. I have tried it locally and the only blockers should be the following:
Spatie\LaravelRay\DumpRecorder\DumpRecorder
requires the Application Contract which Lumen does not support, but it could be replaced byIlluminate\Container\Container
insteadRayServiceProvider
registers a blade listener which is not supported by Lumen. A check if it is loaded could resolve thisIf I have enough time later on I will create a pull request to resolve this, but it would be nice to hear your opinion regarding Lumen support within this package.
The text was updated successfully, but these errors were encountered: