File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.0" ,
14
14
"ext-pdo" : " *" ,
15
- "laravel/helpers" : " ^1.5"
15
+ "laravel/helpers" : " ^1.5" ,
16
+ "illuminate/console" : " ~5.8.0|^6.0|^7.0|^8.0|^9.0"
16
17
},
17
18
"autoload" : {
18
19
"psr-4" : {
19
20
"Nanvaie\\ DatabaseRepository\\ " : " src/"
20
21
}
21
22
},
22
23
"extra" : {
23
- "laravel" : {
24
- "providers" : [
25
- " DatabaseRepositoryServiceProvider"
26
- ]
24
+ "laravel" : {
25
+ "providers" : [
26
+ " DatabaseRepositoryServiceProvider"
27
+ ]
28
+ }
27
29
}
28
30
}
29
- }
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
-
4
3
namespace Nanvaie \DatabaseRepository ;
5
4
6
-
7
5
use Nanvaie \DatabaseRepository \Commands \MakeAllRepository ;
8
6
use Nanvaie \DatabaseRepository \Commands \MakeEntity ;
9
7
use Nanvaie \DatabaseRepository \Commands \MakeFactory ;
You can’t perform that action at this time.
0 commit comments