Pedro Martins
Pedro Martins
## WHY ### BEFORE - What was wrong? What was happening before this PR? We know there are some mongdb users using Backpack. We don't optimize specifically for mongodb nor...
SO ... I think it's time to put this behind us .. 📆 First thing first, I usually use a custom validator for this field depending on my needs, that...
added two google map field examples, one in `Owner` and other in `Passport` to show both saving options (same column json or multiple columns).
This are the examples for https://github.com/Laravel-Backpack/CRUD/pull/4678 (needs that PR merged for this to work) Docs are in https://github.com/Laravel-Backpack/docs/pull/379
Installed mongo db and backpack. Everything went smooth. Tried to create a crud with `php artisan backpack:crud Article`.  It seems the error is raised on this line https://github.com/Laravel-Backpack/Generators/blob/1a773bf6e354b9d888282c1e18ab28fad4d7a01d/src/Console/Commands/CrudControllerBackpackCommand.php#L141 I...
related: https://github.com/Laravel-Backpack/PRO/pull/237
Written by @kritsot in https://github.com/Laravel-Backpack/community-forum/issues/238 https://github.com/kritsot/backpack-demo The branch is named **repeatable_bugs** I have commented any reference or use related to dev tools, as I haven't purchased it. MonsterCrudController.php line 834...
# Feature Request ### What's the feature you think Backpack should have? I got this request/idea from a discussion in https://github.com/Laravel-Backpack/community-forum/discussions/712 where @susanu shared some code he's using in his...
reported in #5010 we could make developers life easier when they want to hide the button text and display only an icon by wrapping the button text in a span...
## WHY ### BEFORE - What was wrong? What was happening before this PR? We were using `DB::` transactions to wrap the reordering updates on database. We did this because...