-
Users should be able to configure if and how often they want to receive a digest mail of unread messages. I think it'll be a useful feature, because it'll allow us to use in-app messages for everythin…
-
While we are moving to a world where we may process, propagate, and ingest pure OpenTelemetry (OTLP) data, we have to reconsider our trace context propagation schema and adopt [W3C Trace Context](http…
-
I must drop support for redactor.js as wysiwyg.
We use the old v7.6.1 of 2012, it "was" mit licensed (so open source) as you can see here:
https://github.com/zofe/rapyd-laravel/blob/master/public/as…
-
This issue addresses the usage of **comments/phpdocs**.
**comments/phpdocs** should be avoided as much as possible by **writing expressive code**.
Don't use docblocks for methods that can be fu…
-
### Versions:
- ide-helper Version: 2.9.0
- Laravel Version: 8.x
- PHP Version: 8.0
### Description:
We have a multi-tenant application where models are split in 2 DB connections : system (ap…
-
Feature request to add the ability to convert dates columns to instances of DateTime inspired by [laravel].(https://laravel.com/docs/7.x/eloquent-mutators#date-mutators).
It would be useful to work…
-
First see https://github.com/laravel/framework/issues/1181 for context.
What winds up happening is that NONE of the event listeners for any of the traits ever get called after the first unit test is …
-
Hello! First off, congratulations on the fantastic work with Prism! It has come at a perfect time for me, and I’m excited about its potential.
For the past few weeks, I’ve been working on a Laravel…
-
**Describe the bug**
When using Livewire 3, it is not possible to cache the localized routes with `php artisan route:trans:cache`.
Livewire 2 automatically preserved the URL prefix when making compo…
-
I looks like database transactions don't work when using mysql.
I dont know if this is because of laravel 5 latest changes or not.