Dhruva

Results 3 issues of Dhruva

Hi I am first time using this package. I am trying to get search results from multiple models. ``` $this->results = Search::new() ->add(User::where('type', 'student'), ['name', 'email']) ->add(Question::class, ['id', 'text']) ->add(Chapter::class,...

needs more info

Hi I am using this package first time. I am receiving following error ``` Message ffmpeg failed to execute command '/opt/homebrew/bin/ffmpeg' '-version': Error Output: Type Alchemy\BinaryDriver\Exception\ExecutionFailureException ``` I am using...

I want to show, the image with markups only without any edit functionality and toolbar. But they can edit markup on button click. Could you please help me.