get('/', 'HomeController@index'); | */ /** * @Get("/", as="home") */ public function index() { return view('hello'); } }