Giulio Troccoli-Allard

Results 17 comments of Giulio Troccoli-Allard

I'm getting the same error, on a CentOS 6.4 box. Extract from my compose.json ```json "require": { "php": "^7.1.3", "illuminate/log": "5.7.*", "laravel-zero/framework": "5.7.*", "vlucas/phpdotenv": "^2.5" }, ```

I can't. In my case `php application` fails. And I have just updated to 5.7.13. Still no luck.

I have tried a lot of debugging on the server where it fails. I know it's not much help but the only thing I found is that if I copy...

Unfortunately my efforts didn't produce anything, and I cannot replicate the issue in a docker container. We are going to use Lumen instead.

It's the same result. It doesn't even bootstrap, let alone getting the options.

``` [giulio@78 test-failure]$ php artisan list -vvv [2019-01-18 13:35:01] development.ERROR: Class router does not exist {"exception":"[object] (ReflectionException(code: -1): Class router does not exist at /home/giulio/test-failure/vendor/illuminate/container/Container.php:779) [stacktrace] #0 /home/giulio/test-failure/vendor/illuminate/container/Container.php(779): ReflectionClass->__construct('router') #1...

I have added the `dd()` and this is the result ``` [giulio@78 corehr-meccabingo-zero]$ php artisan list ReflectionException {#73 #message: "Class router does not exist" #code: -1 #file: "./vendor/illuminate/container/Container.php" #line: 779...

Sorry, I've already spent far too much time trying to debugging this, including `Illuminate\Foundation\Bootstrap\BootProviders::boot()`, to no avail.