Vincent Schmalbach

Results 2 issues of Vincent Schmalbach

With PHP 8.0.13 (cli) I keep getting this error: Declaration of Tqdev\PhpCrudApi\Database\LazyPdo::query(string $statement): PDOStatement must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) in /home/ubuntu/contentmachine/ui.php on line...

bug

**Describe the bug** Route caching doesn't work in Laravel 11. The package's [caching documentation](https://github.com/mcamara/laravel-localization/blob/master/CACHING.md) relies on `RouteServiceProvider` which has been removed in Laravel 11. **To Reproduce** 1. Create new Laravel...

bug