Jesus Manuel Olivas

Results 33 comments of Jesus Manuel Olivas

hi @sistemas-y-redes @kpratik2015 did you have any luck with this issue? I am seeing the exact same issue.

Thanks for the reply @kpratik2015 I added WPGraphQL CORS but no luck. My WP installation is a basic one no extra plugins as Jetpack or Advanced Custom Fields, or Custom...

I tested like this. Using the login mutation, this works as expected and it returned the authToken ``` mutation LoginUser { login( input: { clientMutationId: "login", username: "admin", password: "not-my-real-pass"...

@geerlingguy That file check your system to confirm if will be able to run Drupal we based on this https://www.drupal.org/docs/7/system-requirements/php

We can probably have dependencies definition and check separated by launcher and site.

@AlexSkrypnyk @clemens-tolboom @RobLoach This was related to an old PR https://github.com/composer/installers/pull/311 merged to the `composer/installers` repository that is no longer required. But got fixed on latest release of the drupal-console...

Instead of using a boolean flag type `require-bootstrap: false` how about keep `bootstrap` and have as valid options. * `none`: Do not require a Drupal site. * `site`: Does require...

The idea is to replicate what we have on the annotation https://github.com/hechoendrupal/drupal-console/blob/master/src/Annotations/DrupalCommand.php ```

If no `bootstrap` set on the command annotation the is defaulted to `install` you can check the `DrupalCommandAnnotationReader` class here => https://github.com/hechoendrupal/drupal-console/blob/master/src/Annotations/DrupalCommandAnnotationReader.php