每当我运行任何PHP命令(甚至php artisan help)时,我都会得到:
php artisan help
InvalidArgumentException属性gett不存在
我还没弄乱我的工匠档案。我该怎么解决这个问题?
发布于 2017-02-17 10:31:20
修好了这个。结果我意外地使用了Route::gett而不是Route::get。是通过全局搜索找到的。
Route::gett
Route::get
https://stackoverflow.com/questions/42295278
相似问题