laravel-graphql php artisan命令'无法打开输入文件:make:graphql:type'

时间:2018-10-30 01:04:01

标签: php laravel graphql

我一直在laravel项目文件夹中。当然,我可以运行其他php artisan命令。

这是我的命令行:

$ php7 artisan
Laravel Framework 5.7.9

Usage:
  command [options] [arguments]
 ...

 make
  ....
  make:graphql:mutation  Create a new GraphQL mutation class
  make:graphql:query     Create a new GraphQL query class
  make:graphql:type      Create a new GraphQL type class
  ... // other command hide here

$ php7 make:graphql:type Meta
Could not open input file: make:graphql:type

我确定我在laravel项目下,其他工匠命令也可以工作

l使用版本1.10的作曲者composer7 require 'folklore/graphql'安装了laravel-graphql

1 个答案:

答案 0 :(得分:2)

您需要在输入中包含artisan命令

php artisan make:graphql:type Meta