gpt4 book ai didi

php - Route.php 行中的 ReflectionException

转载 作者:行者123 更新时间:2023-12-02 06:15:33 26 4
gpt4 key购买 nike

<?php 
class Myform extends Controller
{
public function index()
{
return view('form');
}
}
?>

路由代码

Route::get('/myform', 'Myform@ndex');

错误是

ReflectionException in Route.php line 264: Method App\Http\Controllers\Myform::ndex() does not exist

最佳答案

改变自

Route::get('/myform', 'Myform@ndex');

Route::get('/myform', 'Myform@index');

关于php - Route.php 行中的 ReflectionException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35409418/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com