Owen Voke
Owen Voke
Apologies, somehow I missted this notification @necrogami. Alternatively, you can change the font by updating your `logo.font` configuration string. For example: ```php 'font' => app_path('resources/3d.flf'), ``` There are a bunch...
This seems to be fixed with the latest Box binary. I'll make a PR shortly with the new PHAR. :+1: Ah... maybe not actually, thought it had been. :thinking: Thinking...
@arnoldkunihira, I think Nuno was meaning that's the process for us updating the Box binary (I've opened laravel-zero/framework#371). See laravel-zero/framework#348 which I'm looking into at the moment which should fix...
Hi @sarthaksavvy, sorry for the delayed reply. I'm hoping to have laravel-zero/framework#348 merged soon, however haven't received a reply. I'll ask if it's ok to apply some changes to the...
Box was updated to support PHP 7.4 in v6.1.0 of Laravel Zero framework. From the `composer.lock`, it looks like v6.0.0 is being used. Could you try updating using `composer require...
@Broutard, I've just released v8.9.0 which should resolve the Box issue (updated to v3.13.0 of Box). 👍🏻
I'm not able to replicate this issue 🤔 I've tried on both Windows and macOS by just running `php app:install log` and then updating the `logging.default` config to `single` as...
Hi @robertmarney, this should now be resolved in the latest version of the framework. 👍🏻 (At least, using `hidden`). Let me know if you have any further issues.
I think this is the same sort of issue as https://github.com/laravel-zero/laravel-zero/issues/398#issuecomment-1059133615, do you mind trying those steps (i.e. removing the lock file, and then requiring `laminas/laminas-text` manually)?
Yeah, it's an issue with the Laminas Text component only supporting `psr/container:^1.x`, I can't see any way to really resolve this. But I guess it'd probably be worth me adding...