Tom Herrmann
Tom Herrmann
Okay, whyever it seems to still fail 🙈🤯
``` orchestra/testbench 9.x-dev requires phpunit/phpunit ^10.5 || ^11.0.1 -> found phpunit/phpunit[dev-main, 10.5.0, ..., 10.5.x-dev, 11.0.1, ..., 11.1.x-dev (alias of dev-main)] but it conflicts with your root composer.json require (^9.0). ```...
I think that's the problem: ``` ./tests/ ./tests/factories/ ./tests/migrations/ ./tests/models/ ``` That's super outdated - `./tests/models/` is now `./tests/Eloquent/` the `./tests/migrations/` doesn't exist at all. I assume that PHPunit tries...
Still crazy that PHPunit errors with a warning but here we are 🙈🤯 ``` $ vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover PHPUnit 10.5.10 by Sebastian Bergmann and contributors. Configuration: /home/runner/work/laravel-translatable/laravel-translatable/phpunit.xml.dist There was 1...
https://github.com/Astrotomic/laravel-translatable/pull/390
https://github.com/Astrotomic/laravel-translatable/releases/tag/v11.13.0
Not a bug with the package - as you noted it's based on the `max` call which isn't supported on PostgreSQL UUIDs. So don't use UUIDs or don't use the...
There's no `query-input` or `queryInput` property in schema.org https://schema.org/SearchAction only has a `query` property. Besides that: this is a schema.org fluent builder and Google has proven several times that they...
Hey, I'm working on something similar using [calebporzio/sushi](https://github.com/calebporzio/sushi) so a bit different approach. It loads the whole Notion database in SQLite and makes that one usable via Eloquent. I have...
As I already have some code here - if you would point me to the API you would want to provide I could potentially work on that one. Probably something...