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
Yeah, wondering what the best approach to access those services would be then. The facades are currently used in the tests. I suppose one approach would be to use app('Illuminate\Validation\Factory') and app('Illuminate\Http\Request') but not sure how I would update the tests for that.
Happy for any other suggestions or PRs, I'd like to see Lumen support sans-Facades if possible.
Any plans to support Lumen with
$app->withFacades();
disabled in/bootstrap/app.php
and referencing the libraries manually (e.g.Input
andValidator
)?The text was updated successfully, but these errors were encountered: