Pedro Martins
Pedro Martins
## WHY ### BEFORE - What was wrong? What was happening before this PR? When basset is in Dev mode, calling `Basset::basset($asset)` marks it as loaded even if not internalized....
Some of my latest changes in the upgrade to Laravel 11, made the DB schema class a little to eager to get the table information, that was requesting information from...
While working on #5478 @karandatwani92 found out an inconsistency between this two field types. Both fields store full paths on database, so for a field with `prefix => 'images'`, the...
This is a future PR to completely remove dbal functions from our codebase, we can only do this next version. The reason to do this is that Laravel also removel...
## WHY ### BEFORE - What was wrong? What was happening before this PR? Optional parameters before required are deprecated. They are "technically" required as pointed in #5458 . ###...
Checkbox and Checkbox fields don't use the BS class `form-check-input`. Adding the class for Tabler was a non-issue because adding the form-check-input does not break anything and we are able...
I just wanted to spend some time and thank you @ziming for creating this package. I think open-source developers sometimes don't get the full praise they deserve. I know words...
## WHY ### BEFORE - What was wrong? What was happening before this PR? RevisionOperation didn't take into account translatable attributes so it would attempt to save the whole translations...