예제 #1
0
파일: HTMLMin.php 프로젝트: HEDQ-GIT/eshop
 /**
  * Get the minified blade.
  *
  * @param string $value
  *
  * @return string
  */
 public function blade($value)
 {
     return $this->blade->render($value);
 }
예제 #2
0
 /**
  * Minifies the output before saving it.
  *
  * @param string $value
  *
  * @return string
  */
 public function compileMinify($value)
 {
     return $this->blade->render($value);
 }