Derek Buntin
Derek Buntin
I can help with this, you can see what I have done with the plugin here: http://www.adonismedia.com/blog/utilising-hubspot-analytics-for-your-site. I did change the name of the plugin since I was already using...
I've added this to the following [Tinymce package](https://novapackages.com/packages/emilianotisato/nova-tinymce) with the following config: ``` 'use_lfm' => true, 'lfm_url' => 'nova/nova-filemanager' ``` It pops up with the full admin interface and allows...
> We're opened to PR I'll get onto it.
> Hey @DerekBuntin , did you worked on it? I'm open to do it. Should be a new parameter in the helpers right? I haven't had a chance @Manoz and...
This conditional logic is what's causing the problem in the register method: `if (request()->is(config('voyager.prefix')) || request()->is(config('voyager.prefix').'/*')) { // }` Once commented out the hook worked with exception to an error...