Javid Karimov
Javid Karimov
How to do it in vue 3 ?
https://github.com/Studio-42/elFinder/assets/15789051/8bf9e720-a621-4259-82b7-ef3ec7eb857f
@vardanabhanot thanks a lot. you were right. I disabled react dev tools and it works ok now
Does subdomain routing work ? If yes, then how ?
Does anybody know how to use subdomain routing ? @mrjgreen ?
Hello. Yes, this is the configuration ```php $embedLibrary = new Embed(); $embedLibrary->setSettings([ 'oembed:query_parameters' => [ 'maxwidth' => 800, 'maxheight' => 600, ], 'twitch:parent' => 'example.com', 'facebook:token' => '1234|5678', 'instagram:token' =>...
Can I use that version in Vue 3 ? If yes, then how ? Can you give me example code ? And I hope there are not such problems in...
Ok, I managed to use. it was easy. but for example in this page it does not work properly: https://laravel.com/docs/10.x/broadcasting#configuration How can I manage it in such situations ?