platform
platform copied to clipboard
Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
**Describe the bug** I upgraded my orchid/platform from 12.1 to 14.4 and I encountered an issue with modals. I'm currently following the documentation about Async Data Loading here: https://orchid.software/en/docs/modals/#asynchronous-data-loading And...
I've struggled a little getting started with this framework, especially when it comes to documentation of the relation fields. In [https://orchid.software/en/docs/field/#relation](the docs), relations are mentioned as standalone, like this. ```...
1. If the field was cascaded with an Enum then retrieve the value from the object. 2. Using Laravel @class and @checked directive
How about replace "[new Metric($labels);](https://github.com/orchidsoftware/platform/blob/a9ee46e330aa687458c63c6b7e9fcdd7660438fd/src/Screen/LayoutFactory.php#L223)" with "app()->makeWith(Metric::class, ['labels' => $labels]);" By using the app()->makeWith() method, we can dynamically resolve dependent objects through the Service Container while providing the necessary parameters....
Describe the bug When you use a TD::FILTER_DATE on a column, the component does not display properly, it show opened in the screen. To Reproduce Steps to reproduce the behavior:...
**Is your feature request related to a problem? Please describe.** Applying multiple scopes to relation field. **Describe the solution you'd like** It would be great to be able to apply...
**Describe the bug** DateTimer with custom format throws exception if any other field is filled incorrect. **To Reproduce** 1. Create form layout with DateTimer (lets say for date of birth...
Fixes # Register scripts is not work with vite.js and script type module ## Proposed Changes - register a new key from platform.ressource call module - generate script tag with...
**Describe the bug** I have a page that contain more tabs and in every tab there is a list layout, the problem is that all of those tab have a...