Himanshu Batra
Himanshu Batra
I fixed this ``` $post->trixImageRender('content') ``` for images too. Following is my code. ``` public function trixRender($field) { return $this->trixRichText->where('field', $field)->first()->content; } public function trixImageRender($field) { return $this->trixAttachments->where('field', $field)->first()->attachment; }...
Use these three params in your .env file. You need to buy pro package via vimeo if you would like full access to their api. ``` VIMEO_CLIENT= VIMEO_SECRET= VIMEO_ACCESS= ```
If you're doing Proxy server, follow this https://www.batra.dev/blog/websocket-laravel-forge-ssl-configuration
Yes, used soketi instead of this and it worked. i’ll try to make a video on my channel. https://youtube.com/@gurulabsdev
> I'm having the exact same issue with socketi though. Have u tried switching to socketi?
> > > I'm having the exact same issue with socketi though. > > > > > > Have u tried switching to socketi? > > I'm using soketi, but...
I think you need to request your own API.
Can someone merge this into the main branch?