Example #1
0
 /**
  * Tries to figure out the terminal dimensions based on the current environment
  *
  * @return array Array containing width and height
  * @static 
  */
 public static function getTerminalDimensions()
 {
     //Method inherited from \Symfony\Component\Console\Application
     return \Illuminate\Console\Application::getTerminalDimensions();
 }