for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Nwidart\Modules\Support\Config;
class GenerateConfigReader
{
public static function read(string $value) : GeneratorPath
return new GeneratorPath(config("modules.paths.generator.$value"));
}