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
Lighthouse is not able to fire up its service provider in Laravel 8.11.x due to laravel/framework#34866
For example running php artisan results in an ErrorException with message Declaration of Nuwave\Lighthouse\LighthouseServiceProvider::loadRoutesFrom($path): void should be compatible with Illuminate\Support\ServiceProvider::loadRoutesFrom($path, array $attributes = Array)
Expected behavior/Solution
Running php artisan or any other way of booting a Laravel application running fine.
Steps to reproduce
Install Laravel 8.11.x
php artisan
get an ErrorException
Output/Logs
Click to expand
ErrorException
Declaration of Nuwave\Lighthouse\LighthouseServiceProvider::loadRoutesFrom($path): void should be compatible with Illuminate\Support\ServiceProvider::loadRoutesFrom($path, array $attributes = Array)
at vendor/nuwave/lighthouse/src/LighthouseServiceProvider.php:193
Lighthouse Version
using the latest version 4.17.0
Note: PR is incomming.
best regards
The text was updated successfully, but these errors were encountered:
Describe the bug
Lighthouse is not able to fire up its service provider in Laravel 8.11.x due to laravel/framework#34866
For example running
php artisan
results in an ErrorException with messageDeclaration of Nuwave\Lighthouse\LighthouseServiceProvider::loadRoutesFrom($path): void should be compatible with Illuminate\Support\ServiceProvider::loadRoutesFrom($path, array $attributes = Array)
Expected behavior/Solution
Running
php artisan
or any other way of booting a Laravel application running fine.Steps to reproduce
php artisan
ErrorException
Output/Logs
Click to expand
Lighthouse Version
using the latest version 4.17.0
Note: PR is incomming.
best regards
The text was updated successfully, but these errors were encountered: