D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
cwd
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Support
/
Config
/
Filename :
GenerateConfigReader.php
back
Copy
<?php namespace Nwidart\Modules\Support\Config; class GenerateConfigReader { public static function read(string $value): GeneratorPath { return new GeneratorPath(config("modules.paths.generator.$value")); } }