Kennard Vermeiren
Kennard Vermeiren
Android auto while connected to my car and while running AA on my phone won't list Timber as a possible music app. I have tried installing this app from F-droid...
Hi, I'm trying to install this package but I get an error at the first step already. I should mention that I install this package through a symlink (path repository)....
I'm trying to render a checkbox and it's label separately using the `form_label` and `form_widget` helper methods. However the label is not rendering because of the way the checkbox template...
Why does this package throw a `Illuminate\Http\Exceptions\HttpResponseException` when form validation fails? Laravel form request classes throw a `Illuminate\Validation\ValidationException`. Wouldn't it be better to throw that one instead to stay inline...
### laravel-doctrine/orm v1.4.9, Laravel 5.7.26 ### Expected behaviour After resetting an entity manager, the same extensions should be loaded (listed in `doctrine.extensions`) for that manager. ### Actual behaviour None of...
### Package version, Laravel version laravel-doctrine: 1.4 laravel: 5.7 ### Context I have a static and dynamic database connection. The dynamic connection is configured at runtime and the entity manager...
The static-check fails, which seems to be related to formatting. See attachment for the log output [holo_output.log](https://github.com/holocm/holo/files/9431881/holo_output.log)
Fixes #123
Hi, I'm trying to use the refresh command to rollback and migrate my database. I have a migration for a `password_resets` table. When I run the refresh command, internally it...