I am entirely unsure as to what is causing this issue, but when opening my application on any server (I've tried artisan serve and xampp both, on several devices as well so I doubt it's an environment issue) I get a ERR_CONNECTION_RESET error when I attempt to open any page, followed by a connection refused every time I try afterwards. Both laravel and apache logs don't are empty as well.
I've tried putting a number of dd's at various points (mostly controller of the page used, and middleware for that route), but none of those statements ever seem to trigger so it likely crashes before then.
I'm honestly stumped on how to attempt to fix this, as I don't have a single lead as to where I should begin to investigate it. Any help would be much appreciated.
I'm using the following composer dependencies:
- "php": "^8.1",
- "amenadiel/jpgraph": "^4.1", (v4.1.1)
- "dompdf/dompdf": "^2.0", (v2.0)
- "dyrynda/laravel-cascade-soft-deletes": "*", (4.3.0)
- "guzzlehttp/guzzle": "^7.2", (7.8.2)
- "laravel/framework": "^10.0", (v10.38.2)
- "laravel/sanctum": "^3.2", (v3.3.2)
- "laravel/tinker": "^2.7", (v2.8.2)
- "phpoffice/phpword": "^1.1" (1.1.0)
- "fakerphp/faker": "^1.9.1", (1.23.0)
- "laravel/pint": "^1.0", (v1.13.7)
- "laravel/sail": "^1.0.1", (1.6.7)
- "mockery/mockery": "^1.4.4", (1.6.7)
- "nunomaduro/collision": "^6.1", (v6.4.0)
- "phpunit/phpunit": "^9.5.10", (9.6.15)
- "spatie/laravel-ignition": "^2.0" (2.3.3)
and these npm dependencies:
- "autoprefixer": "^10.4.13",
- "axios": "^1.1.2",
- "lodash": "^4.17.19",
- "postcss": "^8.4.21",
- "typescript": "^5.3.2",
- "laravel-vite-plugin": "^1.0.0",
- "vite": "^5.0.0"
- "metro4": "^4.5.6",
- "tailwindcss": "^3.3.6"