author:咔咔
wechat:fangkangfk
在实现laravel的artisan命令创建文件时,在继承GeneratorCommand的类时,报了下面这个错
这是报错,最后发现继承的这个类是抽象类,报错给我们的提示是,是需要实现抽象类里边的抽象方法 getStub
Whoops\Exception\ErrorException : Class App\Console\Commands\ServerMakeCommand contains 1 abstract method and must therefore be declared abstract or
implement the remaining methods (Illuminate\Console\GeneratorCommand::getStub)