Closed ggbaretta closed 4 months ago
2.5.0
11.0
8.2
Swoole
5.1.3
Postgres
I'm having the same error that was related at this issue https://github.com/laravel/octane/issues/918#issue-2376456563
At same point ->
laravel/framework/src/Illuminate/Console/View/Components/Component.php:52
Should be fixed by that correction? The error keeps happening.
Download Laravel 11 Add Octane 2.5.0 Start application via php -d variables_order=EGPCS /your/path/to/artisan octane:start --server=swoole --host=0.0.0.0 --port=8000 Execute HTTP request
resolved with 2.5.1
Octane Version
2.5.0
Laravel Version
11.0
PHP Version
8.2
What server type are you using?
Swoole
Server Version
5.1.3
Database Driver & Version
Postgres
Description
I'm having the same error that was related at this issue https://github.com/laravel/octane/issues/918#issue-2376456563
At same point ->
laravel/framework/src/Illuminate/Console/View/Components/Component.php:52
Should be fixed by that correction? The error keeps happening.
Steps To Reproduce