platform icon indicating copy to clipboard operation
platform copied to clipboard

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.

Results 197 platform issues
Sort by recently updated
recently updated
newest added

Hello, this corrects the following points: - Speeds up screen loading by not rendering empty layouts, which are subsequently replaced by an async request. - We no longer need to...

**Is your feature request related to a problem? Please describe.** When pressing enter in filters form should be triggered, it should not in edit screens **Describe the solution you'd like**...

### Discussed in https://github.com/orchidsoftware/platform/discussions/2092 Originally posted by **oleksiakszymon** January 28, 2022 Hello, I'm not sure how method "empty" in select field is supposed to work. When i'm passing two arguments...

Hi, I recently saw that in the table layout, we can now customize the filters ourselves for our tasks, by: ` TD::make('example')->filter(Input::make()) ` And it's really great, but over time...

**Describe the bug** SimpleMDE occurs an error to preview. **To Reproduce** 1. Install Orchid as the very basic way. 1. Access `/admin/example-editors` page. 1. Input something on SimpleMDE, and press...

Errors

Fixes #1327 ## Proposed Changes - add `FILTER_DATE_RANGE` to TD filter options - create date_range filter blade partial - filter `$query->whereBetween` in `HttpFilter.php`

**Is your feature request related to a problem? Please describe.** At the moment we have two text field in attachment table and in edit attachment description we have an input...

Orchid offers a system to use your own models instead of theirs when you need to add logic to them. It has always worked well for me but with one...

Pending
Errors

## Proposed Changes Add option to define nested relations/columns when defining searchColumns on Relation field. Updated code checks if passed columns contain dot, which indicates nested relationship (e.g. Book has...

## Proposed Changes Pass search input string to model scope. Passing as last argument to prevent breaking existing scopes. Might cause problems, if scope is using unpacking of parameters (scope($builder,...