コード例 #1
0
 /**
  * Enable the laravel-shortcodes
  *
  * @return \Webwizo\Shortcodes\Shortcode
  */
 public function enable()
 {
     $this->compiler->enable();
     return $this;
 }
コード例 #2
0
ファイル: View.php プロジェクト: webwizo/laravel-shortcodes
 /**
  * Enable the shortcodes
  */
 public function withShortcodes()
 {
     $this->shortcode->enable();
     return $this;
 }