관리-도구
편집 파일: CanClearModulesCache.php
<?php namespace Nwidart\Modules\Traits; trait CanClearModulesCache { /** * Clear the modules cache if it is enabled */ public function clearCache() { $this->laravel['modules']->resetModules(); } }