File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-eloquentize-client ` will be documented in this file.
4
4
5
+ 28-02-2024
6
+
7
+ Create a branch and a tag for old project, use dev-php7.4
8
+
5
9
23-02-2024
6
10
7
11
First commit, for alpha release
8
12
9
- 28-02-2024
10
-
11
- Create a branch and a tag for old project, use dev-php7.4
Original file line number Diff line number Diff line change @@ -5,4 +5,9 @@ testing are done thru sqlite on memory
5
5
a fake app minimal laravel architecture for testing is in /src/app
6
6
7
7
have a loop at fake app path on TestCase:getEnvironmentSetUp
8
- and composer.json set a App namespace on
8
+ and composer.json set a App namespace on
9
+
10
+ to add to the doc:
11
+ php artisan eloquentize:models-count --models=User --scope=Email --scopeValue="
[email protected] " -v
12
+
13
+
Original file line number Diff line number Diff line change @@ -68,6 +68,10 @@ public function handle()
68
68
'--event ' => $ event ,
69
69
'--modelsPath ' => $ modelsPath ,
70
70
'--dateFormat ' => $ dateFormat ,
71
+ '--models ' => $ this ->option ('models ' ),
72
+ '--modelsPath ' => $ this ->option ('modelsPath ' ),
73
+ '--scope ' => $ this ->option ('scope ' ),
74
+ '--scopeValue ' => $ this ->option ('scopeValue ' ),
71
75
]);
72
76
73
77
// Advance the progress bar after processing each date
You can’t perform that action at this time.
0 commit comments