Skip to content

Commit

Permalink
[Api] Install clockwork for development
Browse files Browse the repository at this point in the history
  • Loading branch information
lost1227 committed Oct 13, 2023
1 parent 47e737f commit 53b3814
Show file tree
Hide file tree
Showing 7 changed files with 497 additions and 5 deletions.
4 changes: 4 additions & 0 deletions attendance-api/.devcontainer/docker/php.ini
Expand Up @@ -2,3 +2,7 @@
post_max_size = 100M
upload_max_filesize = 100M
variables_order = EGPCS

xdebug.mode=profile
xdebug.start_with_request=trigger
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
5 changes: 3 additions & 2 deletions attendance-api/composer.json
Expand Up @@ -16,12 +16,13 @@
"doctrine/dbal": "^3.0"
},
"require-dev": {
"spatie/laravel-ignition": "^2.0",
"fakerphp/faker": "^1.9.1",
"itsgoingd/clockwork": "^5.1",
"laravel/sail": "^1.0.1",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^6.1",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^9.5.10",
"spatie/laravel-ignition": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
70 changes: 69 additions & 1 deletion attendance-api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53b3814

Please sign in to comment.