2016年9月30日 星期五

获取项目的命名空间

有些时候是需要获取项目命名空间的,比如动态生成模版文件,我们可以直接使用框架提供的 AppNamespaceDetectorTrait 来获取:


use Illuminate\Console\AppNamespaceDetectorTrait as AppName;

class TestName
{
    use AppName;

    public function getAppName()
    {
        return $this->getAppNamespace();
    }
}

from : http://laravel.so/tricks/6c488a51798315ad342041719b915d11

沒有留言:

wibiya widget