Freek Van der Herten
Freek Van der Herten
If you need Laravel 5 support now, take a look at [this package](https://github.com/freekmurze/laravel-analytics).
still waiting on that composer package :+1:
@aprokopenko Could you target v10 first. If it works there, it can be backported to v9
Thank you!
Nice idea! Instead of adding extra methods, we could just pass a boolean to `queued` Usage: ```php ->queued(false) ``` Implementation ```php public function queued($performOnQueue = true): self { $this->performOnQueue =...
Let's indeed just focus on adding that boolean to `queued` and leave the rest as it is.
I'd accept a PR that fixes this.
I'll be taking a look at this next week (sorry for the wait). Could anybody confirm that these issues are occurring when you use [our demo app](https://github.com/spatie/laravel-medialibrary-pro-app)? A minimal app...
It would help if somebody could PR a failing test for me to look at.