Daniël Klabbers

Results 167 comments of Daniël Klabbers

@mauricius interesting method call, we might be able to use that in the package as well.. Feel free to PR that if you like.

@CodeSkills my apologies George, this got lost in the list of notifications. I can imagine the referenced commit might have caused this, we'd need to look into it. Were you...

Just a wild guess but: ```php Event::listen('Hyn\Tenancy\Events\*', function ($eventName, array $data) { // Never gets in here print_r($eventName); }); ``` If I'm not mistaken FQCN in strings are prefixed with...

Can you post your `.env` values (except database information).

This.. is extremely confusing! 😂

I looked at this last night but found no cause yet..

@ametad can you compare your tenancy.php with the one from @DennisOng to check for overlap? So that I can see what you both configured to get at this state?

I've spend some time with @ametad trying to validate two candidate causes of this issue. - Listeners might be returning false, blocking the event from travelling further down the chain....

I see a few options: - Roll your own upload solution. - PR a fix to this package that reduces overhead; I am not sure where yet as I didn't...

@Plytas if I'm right then the easiest solution is to flush the singleton from the container using `forgetInstance`? We do something comparable with the filesystem disk as well.