Owen Voke

Results 188 comments of Owen Voke

Could you just detect Pest by looking for `vendor/bin/pest`? 🤔

Oh, I was just thinking it could check when your project is set up in VS Code.

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)?

~I think there are some mentions about compatibility in previous issues https://github.com/laravel-zero/laravel-zero/issues/132 and https://github.com/laravel-zero/laravel-zero/issues/237.~ Just noticed you commented in one of them. 👍 I'll try and have a look into...

Sorry, I haven't had much time to work on looking into this. Just marked the issue as `help wanted`, and I'll have a quick look later today to see how...

I've tended to distribute PHAR releases using [Phive](https://phar.io), or direct download through GitHub Releases. However, as you mention, these require PHP to be installed in order to use them. I'm...

I'm assuming the original issue with the logo not being found was due to the `resources` directory not being in the PHAR? On Mac, the icons appear to work fine...

@loranger, do you have Terminal Notifier installed as mentioned in the docs? https://laravel-zero.com/docs/send-desktop-notifications#notes

I can confirm this isn't showing an icon on Big Sur either, I'll try and investigate why. 🤔 Wonder if Terminal Notifier no longer works.