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** When we have a parameter in the url like an idenifiant for example a route like this https://www.laravel.local/admin/accounts/1/company/add i got error 404 when i tried to save...
**Describe the bug** I start this (maybe a) bug issue with a question: should Orchid Admin command use which `User` model? Because [AdminCommand](https://github.com/orchidsoftware/platform/blob/master/src/Platform/Commands/AdminCommand.php#L10) file uses `Orchid User` model. And not...
**Describe the bug** When trying to upload any attachment files i get a "sha1_file(): Argument #1 ($filename) must be of type string" error (from developer inspection tool). **To Reproduce** Steps...
I move the sessions to the database, with to following ENV settings: ``` SESSION_DRIVER=database SESSION_LIFETIME=5 SESSION_CONNECTION=mysql ``` The sessions are stored in my database. Everything is ok, but after 5...
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I make a `layout` with relation table and field, e.g., ... - Let's say every `post`...
**Is your feature request related to a problem? Please describe.** I'm trying to use some Google Maps APIs, using their JavaScript libraries, like so: ```blade @push('scripts') document.addEventListener("turbo:load", () => {...
I am trying to use two different Listeners at the same Screen for different cases. If I use one of them while another is commented out it works perfectly fine....
I'm not sure is it a bug or some kind of misconfiguration on my side - could you please clarify it? When I'm using built-in grid-filters or global search -...
**Is your feature request related to a problem? Please describe.** Currently, it is hard to use custom table names for the User and Role tables, for example when you are...
**Is your feature request related to a problem? Please describe.** I think that it will be great to have this in config instead of hardcoded strings, in the case when...