Пример #1
0
 public function testRoutePut()
 {
     Route::put('put', ['uses' => 'myController@put']);
 }