laravel控制器访问,url应该怎么写


laravel安装完成之后,访问控制器HomeController,index方法url该怎么写,routes.php中写了Route::get('home','HomeController@index'),项目根目录: http://localhost/lara/public/index.php

php laravel-5

BH4leon 10 years, 1 month ago

已经写了,那就访问: http://localhost/lara/public/home

kojima answered 10 years, 1 month ago

Your Answer