get('/msg', function() { response()->json(['msg' => 'Hi!']); }); app()->run();