We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8863a2 commit b6d55d5Copy full SHA for b6d55d5
README.md
@@ -47,7 +47,10 @@ use DragonCode\LaravelDeployOperations\Operation;
47
return new class extends Operation {
48
public function __invoke(): void
49
{
50
- // any actions
+ \App\Models\Course::lazyById(chunkSize: 100, column: 'id')
51
+ ->each->update(['is_active' => true]);
52
+
53
+ // any actions...
54
}
55
};
56
```
0 commit comments