Skip to content
Merged

wip #87

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

FLARE_KEY=
NIGHTWATCH_ENABLED=false


DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
Expand Down
7 changes: 5 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ APP_DEBUG=true
APP_URL=https://web.codebar.test

LOG_CHANNEL=stack
LOG_STACK=single,flare
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

FLARE_KEY=
# Laravel Nightwatch. Disabled locally; set the token in staging/production.
# The agent ships with Laravel Cloud — elsewhere it has to be supervised.
NIGHTWATCH_ENABLED=false
NIGHTWATCH_TOKEN=

DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"php": "^8.5",
"codebar-ag/laravel-flysystem-cloudinary": "^13.0",
"laravel/framework": "^13.0",
"laravel/nightwatch": "^1.28",
"laravel/tinker": "^3.0",
"league/flysystem-aws-s3-v3": "^3.28",
"mazedlx/laravel-feature-policy": "^2.2",
Expand All @@ -25,7 +26,8 @@
"spatie/laravel-translatable": "^6.14",
"spatie/security-advisories-health-check": "^1.2",
"symfony/http-client": "^8.1",
"symfony/postmark-mailer": "^8.1"
"symfony/postmark-mailer": "^8.1",
"symfony/yaml": "^8.1"
},
"require-dev": {
"fakerphp/faker": "^1.23",
Expand All @@ -41,7 +43,6 @@
"pestphp/pest-plugin-type-coverage": "^4.0",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.2",
"spatie/laravel-ignition": "^2.7",
"spatie/laravel-ray": "^1.39"
},
"autoload": {
Expand Down
Loading