Domingos Freitas
Domingos Freitas
After some tests I was able to discover what was causing the translation problem and I have a fix (not final but works for now). In my plugin's boot method...
The first problem about the backend menu was solved replacing the code in the plugin's boot method: `BackendMenu::registerCallback(function ($manager) {` With `Event::listen('backend.menu.extendItems', function($manager) {`
Hello @daftspunk, Thank you for your answers. All the code and the temporary fix already is on or is called from the **boot** method. That's why I believe that could...
I did have to remove the "Backend.Models.User" from the main plugin $require items since it crashed the backend. I was trying to make a simple plugin to send you but...
Hi. Thank you for the answer, it solved the problem! I already had that bind so I just moved the code into it. Best regards.