-
Looking into having a queue/job system implemented for Adonis. Very similar to the events system but will post the job into a db/file and queue it for a worker to handle.
Alas Laravel/Lumen.
-
I'm initially posting this to get some feedback from @muglug and others before I start on any of this or make individual issues.
I'm potentially interested in making various additions to the test p…
-
Please add support for multiple currencies. e.g. EUR and USD at the same time
(Ability to select currency when creating an invoice, product, expenses)
-
Since development seems not be very active here, I created a fork (actually a complete rewrite): https://github.com/tbruckmaier/corcel-acf
This fork uses eloquent relations to retrieve the acf fiel…
-
I'm struggling with multipart file upload support for Laravel application. Basically file is not available from Laravel side at all. There are no errors in Unit logs, what's super strange. File is sim…
-
Laravel 8 marked the [laravel/ui](https://github.com/laravel/ui) package as deprecated in favor of [Jetstream](https://github.com/laravel/jetstream).
From what I can see, Jetstream hides all of its…
-
Here are my config
docker-compose.yml
```
services:
hoa-webserver:
image: hoa-webserver
container_name: hoa-webserver
build:
context: .
…
-
Just to let you know that your library does not support `oneOf`, `anyOf`, `allOf` and `not` tags.
More information: [https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/](https:…
-
## Setup
- Version: v5.10.43
- Environment: Ubuntu 24.04 tarball install
## Interface
- Flutter: []
- React: [X]
- Both: []
## Checklist
- Can you replicate the issue on our v5 demo …
-
Is there plan to have database migrations in this great tool?
It can either be inbuilt or integrate with a tool like [Flyway](https://github.com/flyway/flyway).