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** If an item with the Boolean value false is returned in the return of the query function of a screen, the autocompletion of public properties fails. **To...
it seems that value of ALL public properties of Screen is changed after query() call. Even if this property is not changed in query() Compare values in query() and Save...
**Is your feature request related to a problem? Please describe.** [Bootstrap tooltips](https://getbootstrap.com/docs/5.2/components/tooltips/) can be added on a lot of components. I tried to add the custom attributes, hoping they would...
**Describe the bug** I can't select the time period when using DateRange on my phone but on my PC it works fine https://orchid.software/en/docs/field/#daterange
**Describe the bug** I have a Listener Layout with an Upload field in it, when one of the other fields in the Listener gets changed any previously uploaded file disappears...
# Improvement I don't know if anyone ever needs this, but in my case, I set my Laravel application to always have a trailing slash at the end, and I...
**Describe the bug** I have installed Laravel Orchid with guidelines from the link https://orchid.software/en/docs/installation/. Installation was done completely with no errors. I have created an admin user after installation. When...
Часто необходимо выполнять валидацию файлов, загруженных через Upload. Можно через Observer, но лучше, лгично и читаемо - через контроллер или Form Request в стандартном валидаторе Laravel. Предлагаю такое правило для...
**Describe the bug** In blade templates you use aliases of facades like `{{ Auth::check() }}` that cause exceptions like `Class "Auth" not found` when project discourages usage of aliases. **To...
## Proposed Changes Correct render Groupable fields nested in another Groupable field. This is necessary to combine several groups into one group, for example to apply several common properties to...