Undefined function getAdminPanelUrlPrefix()'error in Laravel SaaS project after installing chatmessenger

18 views Asked by At

When I install the chatmessenger package in my Laravel SaaS project, I encounter an error:

Call to undefined function getAdminPanelUrlPrefix()

Below is the error I get in my code editor.

enter image description here

enter image description here

And this is the error I get on the browser: enter image description here

I'm unsure of the cause of this issue. However, when I remove the syntaxlexx/chatmessenger package, the project functions correctly.

0

There are 0 answers