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