Ezra

Results 67 comments of Ezra

It looks like the `herd init:fresh` file is creating the minio service with the wrong env variable for the `port` property in the herd.yml file. I assume it should be...

Hmm it also looks like the port the Reverb service suggests for the .env file within the GUI does not match the port it actually listens on when running over...

So to clarify, `herd init:fresh` is creating an invalid config. Fresh config: ❌ ``` name: app php: '8.3' secured: true aliases: { } services: redis: version: 7.0.0 port: '${REDIS_PORT}' minio:...

Saw this and thought its time to find another player. But there are no other players. 😬 Is the Mac Mini fundraiser a blocker for continued support?

Appreciate you 🙏

@AhmedAlaa4611 https://github.com/laravel/helpers/pull/38 does not appear to address the issue, e.g. my application uses the laravel helpers `array_first` and `array_last` with PHP 8.3 _(passing callbacks, etc)_ and since upgrading to 1.8.1...

> [@nicekiwi](https://github.com/nicekiwi) that is indeed an issue for projects that have both the `laravel/helpers` and any `symfony/polyfill-php*` packages that define the same function. > > To avoid any hiccups, please...