标签: php laravel
无效的路由操作:[App \ Http \ Controllers \ pagename]。 我已经给了
答案 0 :(得分:0)
您是否使用controller @ method。使用控制器后,必须必须使用方法名称。
Route::get('user/profile', 'UserProfileController@show')->name('profile');