demo icon indicating copy to clipboard operation
demo copied to clipboard

A working demo of Laravel with all Backpack packages installed.

Results 40 demo issues
Sort by recently updated
recently updated
newest added

Since ENUM doesn't work in Postgres and other DBMSs, we should: - change the migration to use VARCHAR instead of ENUM for that column - use the ```select_from_array``` field type...

triage

## WHY ### BEFORE - What was wrong? What was happening before this PR? We only had examples for 20+ column types, because that's all we had. ### AFTER -...

Priority: SHOULD

added two google map field examples, one in `Owner` and other in `Passport` to show both saving options (same column json or multiple columns).

Priority: MUST

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

This is the demo for the [Calendar Operation](https://github.com/Laravel-Backpack/calendar-operation). It's `[WIP]` because the package is not yet installed with composer.

Priority: MUST
Size: S

On Jan 28th, we launched two features: - https://github.com/Laravel-Backpack/PRO/pull/218 - https://github.com/Laravel-Backpack/CRUD/pull/5403 We **missed** to add them **on our demo**: - [ ] A CRUD utilizing CustomViewOperation - [ ] Enable...

Priority: MUST
Feature
Size: XS

Translated into Vietnamese by TanNhatCMS

Priority: SHOULD
refactoring

I don't love the way the menus are organized in the new v6 demo, it makes the theme highlight everything ... Any chance we can `->flatten()` the addons group? ![image](https://github.com/Laravel-Backpack/demo/assets/1838187/75c66a71-f07e-4bb4-8ee3-822d99476cba)

Priority: COULD

In https://github.com/Laravel-Backpack/demo/pull/456 we were talking about preventing the uploads in a more general way. Pedro came up with this solution and I like it: --- We can catch the `withMedia`...

Priority: SHOULD
Priority: COULD