Janis Kelemen
Janis Kelemen
Currently, my workaround is to kill the sleeping mysql connection after the purge command. This might not be ideal since I cannot be sure that the sleeping connection belongs to...
@bkintanar I'm running into an issue anyways that our AWS mysql server does not let me kill the mysql connections due to owner permission issues... so this workaround does not...
I found a workaround now. Just create a new command and run the tenancy:migrate command in chunks of 10 websites per command using shell_exec in order to fire the command...
Thanks! Glad you like it. It does not come with a json builder but that would be very nice indeed. I may add this in the future but I’m also...
You are welcome! Auto resizing makes sense. I'm open for PR's :) Best regards, Janis
Hi, I must have missed that, sorry. I'll make sure to create the date picker docs as soon as I have a minute.
Hi, firstly, thanks guys for your improvements and work on this nice package! However, unfortunately, this PR seems to have broken the syncTags method when using arrays. When I try...
@zupolgec I think it happens when you pass a Tag collection into syncTags: `$model->syncTags(Tag::take(3)->get())`
+1
Hi, sorry for the late reply. Yes, there will be a vue3 version. However, I'm uncertain if I will create a version that is compatible with both Vue2 and Vue3...