Skip to content

Commit 25256eb

Browse files
committed
added clockwork for debugging
1 parent 83ebd77 commit 25256eb

File tree

4 files changed

+83
-1
lines changed

4 files changed

+83
-1
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ storage/app/*
1515
!storage/app/.gitignore
1616
storage/app/public/*
1717
!storage/app/public/.gitignore
18+
## clockwork
19+
storage/clockwork/*
1820
## framework
1921
storage/framework/compiled.php
2022
storage/framework/config.php

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"require-dev": {
3737
"fakerphp/faker": "^1.23",
38+
"itsgoingd/clockwork": "^5.3",
3839
"laravel/pint": "^1.13",
3940
"mockery/mockery": "^1.6",
4041
"nunomaduro/collision": "^8.6",

composer.lock

Lines changed: 77 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/clockwork/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.json
2+
*.json.gz
3+
index

0 commit comments

Comments
 (0)