コード例 #1
0
 protected function render($with = [])
 {
     $view = view($this->codex->view('processors.buttons'), $this->config->except('buttons', 'groups')->all())->with($with);
     return $view->render();
 }
コード例 #2
0
 protected function getEnabledPlugins()
 {
     return $this->config->except('js_path', 'css_path', 'plugin_path', 'plugins')->keys()->toArray();
 }