方法 Illuminate\Routing\Route::资源不存在。在 Macroable.php 第 78 行

Method Illuminate\Routing\Route::resource does not exist. In Macroable.php line 78

我正在尝试查看 php artisan make:controller --help 方法的帮助,但出现此错误:

In Macroable.php line 78: Method Illuminate\Routing\Route::resource does not exist.

好的,我找到问题了。我只需要导入这个: use Illuminate\Support\Facades\Route;

我不知道为什么我创建项目的时候没有。顺便说一句,我正在使用 Laravel 5.8