Jose Juan Calvo
Jose Juan Calvo
Yes, I do it but I don't know how to process the second level. I created a presenter like this one but I don't know if it's the best solution...
Sorry, Basically I created a presenter based on NavbarPresenter and override the method getChildMenuItems. The part modified is ``` if ($child->hasSubMenu()) { $results .= $this->getMultiLevelDropdownWrapper($child); } elseif ($child->isHeader()) { $results...
Hello, I have the same problem. I see what's happening. My console output its like: ./jasperstarter process "/var/www/html/.... If I execute in the command line I need to remove the...
Hi, but I'm on a Linux Docker and it's not working with the dot-slash. Any ideas why?
Hi, I found the problem and a solution. I make an in depth debugging and catch the stderror and I get this error > Exception in thread "main" java.lang.ClassCastException: class...
I know this is an old question but here is my solution. I'm working with eloquent outside laravel and initialize capsule in this way. ``` // Create new IoC Container...
I just updated the PostgreSQL version in my GitLab Docker environment. I went from using the image 'sameersbn/postgresql:12-20200524' to 'sameersbn/postgresql:14-20230628', and then upgraded again to 'sameersbn/postgresql:15-20230628'. During each transition, I...