Example #1
0
 /**
  * Enable the laravel-shortcodes
  *
  * @return \Webwizo\Shortcodes\Shortcode
  */
 public function enable()
 {
     $this->compiler->enable();
     return $this;
 }
Example #2
0
 /**
  * Enable the shortcodes
  */
 public function withShortcodes()
 {
     $this->shortcode->enable();
     return $this;
 }