browner12\helpers\HelperServiceProvider::getHelpersDirectory PHP Method

getHelpersDirectory() public method

get the directory the helpers are stored in
public getHelpersDirectory ( ) : mixed
return mixed
    public function getHelpersDirectory()
    {
        return config('helpers.directory', 'Helpers');
    }