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
答案 0 :(得分:2)
您需要在输入中包含artisan命令
php artisan make:graphql:type Meta