Author: Barry vd. Heuvel
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: alvarobfdev/applog
 /**
  * Return a response with the PDF to show in the browser
  *
  * @param string $filename
  * @return \Barryvdh\Snappy\StreamedResponse 
  * @static 
  */
 public static function stream($filename = 'document.pdf')
 {
     return \Barryvdh\Snappy\PdfWrapper::stream($filename);
 }