demo
                                
                                 demo copied to clipboard
                                
                                    demo copied to clipboard
                            
                            
                            
                        A working demo of Laravel with all Backpack packages installed.
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...
## 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 -...
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
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.
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...
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? 
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`...