Dennis de Best
Dennis de Best
When copy pasting the docs without paying attention (it happens ....) the `bin/console make:migrations` generated a migration file which ended up throwing an error : `(errno: 150 "Foreign key constraint...
To remove the deprecation from implementing the EventSubscriberInterface this PR is to use the #[AsDoctrineListener] attribute instead. To do so I set the `doctrine/doctrine-bundle` to `^2.7.2`. Running the cs-fixer, phpstan...
The DateTrunc function did not take the optional third timezone argument. With this change it will work the same if it is not passed but, if you need it, you...
Hello, When I try to add a product with a bigger quantity than is available (`POST /carts/{token}/items`) I get the following response : ``` {"code":500,"message":"Not enough stock for product variant:...
I would like to add my new plugin/theme to the Grav Repository. Here are the project details: **DennisdeBest/grav-plugin-uptime** There is already a healthcheck plugin but I wanted to add some...