andersao / andersao/l5-repository
If I have different path and different namespace
- Lenguaje dominante
- PHP
- Estrellas
- 4.2k
- Forks
- 880
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
> 'generator'=>[
'basePath'=>app_path(),
'rootNamespace'=>'App\\',
'paths'=>[
'models' => 'Entities',
'repositories' => 'Repositories',
'interfaces' => 'Repositories',
'transformers' => 'Transformers',
'presenters' => 'Presenters',
'validators' => 'Validators',
'controllers' => 'Http/Controllers',
'provider' => 'RepositoryServiceProvider',
'criteria' => 'Criteria',
]
]
How can I set the generator path if I have a different path for models and other folders and 2nd thing is this compulsorily that all folders should be created first?
My Path, namespace
app\Models, App\Modals
lib\School\Repository, School\Repository
How can I setup these type of conflicts?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.