File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- const DR = DIRECTORY_SEPARATOR ;
3
+ $ source = realpath ( base_path ( ' vendor/nanvaie/database-repository/src ' )) ;
4
4
5
5
return [
6
6
13
13
],
14
14
15
15
'stubs ' => [
16
- 'entity ' => ' app ' . DR . 'Stubs ' . DR . ' Entity ' . DR ,
17
- 'factory ' => ' app ' . DR . 'Stubs ' . DR . ' Factory ' . DR ,
18
- 'resource ' => ' app ' . DR . 'Stubs ' . DR . ' Resource ' . DR ,
19
- 'repository ' => ' app ' . DR . 'Stubs ' . DR . ' Repository ' . DR ,
16
+ 'entity ' => $ source . 'Stubs/ Entity/ ' ,
17
+ 'factory ' => $ source . 'Stubs/ Factory/ ' ,
18
+ 'resource ' => $ source . 'Stubs/ Resource/ ' ,
19
+ 'repository ' => $ source . 'Stubs/ Repository/ ' ,
20
20
],
21
21
22
22
'relative ' => [
23
- 'entities ' => 'app ' . DR . ' Models ' . DR . ' Entities ' . DR ,
24
- 'factories ' => 'app ' . DR . ' Models ' . DR . ' Factories ' . DR ,
25
- 'resource ' => 'app ' . DR . ' Http ' . DR . ' Resources ' . DR . ' Admin ' . DR ,
26
- 'repository ' => 'app ' . DR . ' Models ' . DR . ' Repositories ' . DR ,
23
+ 'entities ' => 'app/ Models/ Entities/ ' ,
24
+ 'factories ' => 'app/ Models/ Factories/ ' ,
25
+ 'resource ' => 'app/ Http/ Resources/ Admin/ ' ,
26
+ 'repository ' => 'app/ Models/ Repositories/ ' ,
27
27
],
28
28
29
29
]
You can’t perform that action at this time.
0 commit comments