public function __destruct() { Bundle::disable('email'); Bundle::disable('settings'); Bundle::disable('modules'); Bundle::disable('navigation'); }
public function __destruct() { Bundle::disable('settings'); }
public static function publish($module_slug) { require path('sys') . 'cli' . DS . 'dependencies' . EXT; try { $module_assets_path = path('bundle') . $module_slug . DS . 'public' . DS; if (\File::exists($module_assets_path)) { \Bundle::register($module_slug); $publish_cmd = \Laravel\CLI\Command::run(array('bundle:publish', $module_slug)); \Bundle::disable($module_slug); return true; } return true; } catch (\Exception $e) { Log::error($e->getMessage()); Log::error('Failed to publish assets for module [' . $module_slug . '].'); return false; } }
public function __destruct() { Bundle::disable('groups'); }
public function __destruct() { Bundle::disable('themes'); Bundle::disable('settings'); Bundle::disable('modules'); }
public function __destruct() { Bundle::disable('settings'); Bundle::disable('modules'); Bundle::disable('splashscreen'); }
public function __destruct() { Bundle::disable('navigation'); Bundle::disable('modules'); Bundle::disable('pages'); }
public function __destruct() { Bundle::disable('pages'); }