Jérôme Gamez
Jérôme Gamez
Please try a `composer update -W` On the Linux server, it's possible that not all dependencies are up-to-date there. 🤞
Using your composer.json, I wasn't able to reproduce the problem because of the following error ```php require(/path/to/vendor/composer/../../app/Utility/Helpers/AuthHelper.php): Failed to open stream: No such file or directory ``` When creating a...
Thank you for the hint that you're using Octane. Although I'm not fully familiar with it, I'm confident that using proper Dependency Injection might do the trick. Could you please...
Unfortunately, I'm not able to reproduce this problem. This is what I did to do so: ```shell laravel new l9firebase cd l9firebase composer require kreait/laravel-firebase php artisan tinker Psy Shell...
Could you please share the controller code 😅🙏
That's a good hint! Could you perhaps try to gradually upgrade versions from 3.1 to 3.2 etc? Once we know between which versions it breaks, I can have a closer...
Hey, and sorry for the late reply! I haven't really worked with Laravel's fakes in the past, so I understand the principle, but could you please explain a little more...
~I'll ignore the conventionalcommits.org tests for now, but it's good to see that the "Generate Documentation" job fails, this shows that https://github.com/googleapis/google-cloud-php/blob/main/Core/src/Testing/Reflection/ReflectionHandlerFactory.php needs updating to support phpdocumentor/reflection ^5~ I caved...
The reflection handlers should probably be refactored to avoid much-duplicated code, I will get to that once I'm back at my desk in a few hours
Alright, this is a rabbit hole - when I fix one problem, another one pops up, that's why I'm gradually working my way through the classes and force pushing all...