Skip to content

Commit 897ae7c

Browse files
author
Sebastian BURGIN-FIX (ext)
committed
wip
1 parent f3db256 commit 897ae7c

12 files changed

Lines changed: 322 additions & 686 deletions

File tree

.env.ci

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ LOG_STACK=single
1212
LOG_DEPRECATIONS_CHANNEL=null
1313
LOG_LEVEL=debug
1414

15-
FLARE_KEY=
15+
NIGHTWATCH_ENABLED=false
16+
1617

1718
DB_CONNECTION=pgsql
1819
DB_HOST=127.0.0.1

.env.example

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ APP_DEBUG=true
55
APP_URL=https://web.codebar.test
66

77
LOG_CHANNEL=stack
8-
LOG_STACK=single,flare
8+
LOG_STACK=single
99
LOG_DEPRECATIONS_CHANNEL=null
1010
LOG_LEVEL=debug
1111

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

1417
DB_CONNECTION=pgsql
1518
DB_HOST=127.0.0.1

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"php": "^8.5",
1212
"codebar-ag/laravel-flysystem-cloudinary": "^13.0",
1313
"laravel/framework": "^13.0",
14+
"laravel/nightwatch": "^1.28",
1415
"laravel/tinker": "^3.0",
1516
"league/flysystem-aws-s3-v3": "^3.28",
1617
"mazedlx/laravel-feature-policy": "^2.2",
@@ -25,7 +26,8 @@
2526
"spatie/laravel-translatable": "^6.14",
2627
"spatie/security-advisories-health-check": "^1.2",
2728
"symfony/http-client": "^8.1",
28-
"symfony/postmark-mailer": "^8.1"
29+
"symfony/postmark-mailer": "^8.1",
30+
"symfony/yaml": "^8.1"
2931
},
3032
"require-dev": {
3133
"fakerphp/faker": "^1.23",
@@ -41,7 +43,6 @@
4143
"pestphp/pest-plugin-type-coverage": "^4.0",
4244
"phpstan/extension-installer": "^1.4.3",
4345
"phpstan/phpstan": "^2.2",
44-
"spatie/laravel-ignition": "^2.7",
4546
"spatie/laravel-ray": "^1.39"
4647
},
4748
"autoload": {

0 commit comments

Comments
 (0)