Laravelのデバッグ

 Log::debug(dump('this'));
// Log::debug(dump($this));
Log::debug(print_r($this, true));