Cristian Tăbăcitu
Cristian Tăbăcitu
Let's list all of the deprecations we plan to do in the next version, and why: - [ ] 🟡 deprecate `->addColumn()` because `->column()` is a complete replacement; - [...
# Feature Request ### What's the feature you think Backpack should have? In PRs like https://github.com/Laravel-Backpack/theme-tabler/pull/101 we add some CSS for dark mode. But it's tied to that particular theme,...
Reported in https://github.com/Laravel-Backpack/CRUD/issues/5325 by @francescverdu --- What's happening? In PostgreSQL or SQL Server, it makes sense to have multiple databases, each with multiple schemas, each with multiple tables. Then the...
We DEFINITELY should support it. Can't wait to use this for clients - https://nativephp.com/ Status: @phpfour has tried it:
# Bug report ### What I did In the DEMO, we create the columns in `ColumnMonsterCrudController` out of fields that have `wrapperAttributes`: ```php [ // Month 'name' => 'week', 'label'...
In order to test @maurohmartinez 's tutorial on how to create new themes in Backpack v6, it'd be interesting to create a new theme with plain Bootstrap styles - like...
## WHY ### BEFORE - What was wrong? What was happening before this PR? When working on https://github.com/Laravel-Backpack/community-forum/issues/206#issuecomment-1455129958 I realised we have no way of getting ALL fields on page....
# Feature Request ### What's the feature you think Backpack should have? Backpack should be able to work out-of-the-box on Laravel Vapor and/or provide clear steps on how to deploy...
> Huh. Maybe the fact that I didn't catch this from the error message... means we should throw better error messages? If we encounter this again, let's think about throwing...
I'm doing the final v6 review before launch and here's I've found we have this file in CRUD - https://github.com/Laravel-Backpack/CRUD/pull/4860/files#diff-b8497ece9029a90ddf503d37dc19006c79c9e5319d193354f82cdcd942b40ce3 Afaik: - CoreUIv2 uses Source Sans Pro - CoreUIv4 _might...