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 219 platform issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** For typical CRUD interface I'am usually create 3 screens: List screen, View scree, Edit screen. Currently I have to describe...

**Describe the solution you'd like** Firstly i'm really interested what you are doing on this platform. When I work with a layout, i would like to have some options on...

https://github.com/orchidsoftware/platform/blob/8b68fcb2571a302135f21f3a987434d8959f804e/src/Platform/Http/Controllers/Systems/RelationController.php#L85 It would be nice to have a bit more flexibility on this query. in my case I would like to use `ILIKE` (Postgres) it's possible to use scope but...

## Proposed Changes - - -

When you use the cropper, the result image always in .png. I suggest it will be better to save at the same extention as original image is. cropperjs lib, that...

Edit screen: ```php 'Collapse example' => [ Layout::collapse([ Input::make('text1')->type('text')->title('Text 1') ])->label('Collapse 1'), Layout::collapse([ Input::make('text2')->type('text')->title('Text 2') ])->label('Collapse 2') ] ``` Html result: ```html Collapse 1 Text 1 Collapse 2 Text 2...

Errors

Fixes # Some english text on example, and system screens on a fresh orchid instalations ## Proposed Changes -Fix some typo error in one key -adding missing keys from uk.json...

Add ability to set multiple badges in ItemMenu to be able to show more information, for example active or inactive elements: ![изображение](https://user-images.githubusercontent.com/13166748/96365298-4ea9cb00-1148-11eb-9fab-c09b6d1c9168.png)

Incorrect parameters substitution in method like "remove" at UserScreen

Fixes # ## Proposed Changes - - -