-
Notifications
You must be signed in to change notification settings - Fork 234
Could not publish configuration file #385
Comments
Laravel 5.7.7 (clean install) I can't publish the config through:
No errors, just:
|
How did you do this? The latest 1.1.0 release isn't compatible (composer version constraint) with 5.7, i.e. it won't install? This is fixed in master but no new release was cut. |
@mfn Thanks for your prompt reply.
I just ran "require": {
"folklore/graphql": "^1.1"
} From composer.lock:
|
It works fine for Laravel but not for Lumen |
I'm getting this issue in Laravel 5.7.
The config file doesn't publish. |
Same problem here. In Laravel 5.7 the command for publishing package does nothing. |
I added EDIT |
For 5.7 support use dev-develop version in composer. That worked for me. |
The same issue on 5.5.40. Update to 5.5.44 solves the problem. |
Please note that for me it all works well for Laravel but not for Lumen. |
I believe Still experiencing this error with |
+1 |
After clean
Running graphql:publish gives error:
EDIT:
So I guess error is only on Lumen 5.7? |
I can confirm @Traxo7 assumption. |
Following the instructions in the installation guide for Lumen, running
php artisan graphql:publish
generates an error,In LumenServiceProvider.php line 50: Call to undefined method Folklore\GraphQL\LumenServiceProvider::command()
I installed laravel-graphql 1.1.0
The text was updated successfully, but these errors were encountered: