示例#1
0
文件: RouteTest.php 项目: getkep/kep
 public function testRouteGet()
 {
     Route::get('get', ['uses' => 'myController@get']);
 }