António Almeida
António Almeida
When *editing* an entry, upload field was not on the post request, because the file input was empty. So we were unable to use validations like `'file' => 'required|...'` This...
@gabacode on gitter asked for an easy way to hide the text on table buttons. I needed this myself previously. For now I came up with the idea of shrinking...
While testing https://github.com/Laravel-Backpack/CRUD/pull/3391, I noticed most of the javascript code was not being used, I believe it is replicated somewhere in the bundle. By removing everything the sidebar still works,...
Related with https://github.com/Laravel-Backpack/CRUD/pull/3435. This adds ability to add **prefix** and **suffix** to each column wrapper.
This is related with https://github.com/Laravel-Backpack/CRUD/issues/3528 It's a bullet proof approach to avoid situations where the `custom.php` routes file may have been changed, maybe even by IDE formatter. It wil lsearch...
Fix for https://github.com/Laravel-Backpack/CRUD/issues/4469. ## WHY ### BEFORE - What was wrong? What was happening before this PR? Reported by Andrej Elsukov on email. When you move an item on top...
See #4080 and https://github.com/Laravel-Backpack/CRUD/issues/4073 - it was clunky to validate the `upload_multiple` field. _Because of the open-core split in v5, the PR got automatically closed. We need to create another...
In my case I wanted to change that value after change, and it's not possible since the value is after that changed by the plugin. This sequence makes more sense...
## WHY This is part of https://github.com/Laravel-Backpack/PRO/pull/76. ### AFTER - What is happening after this PR? This adds a repeatable field that is both Fake and Translatable.
Fix for https://github.com/Laravel-Backpack/CRUD/issues/4000. This adds support to MongoDB databases.