-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin won't register #1108
Comments
There are many reasons why this can fail, so help is impossible without sharing the source code. |
https://github.com/stereo9/TestBundle its really just what is described as the minimum in the docs, |
Well, I guess the documentation is not complete. I wrote it for people who are familiar with Symfony. What you actually need:
with TestExtension.php
and services.yaml
|
Updated documentation: https://www.kimai.org/documentation/plugins.html#directory-structure |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
For testing issues I created a plugin to play around with what the system can do. I created an empty plugin to check if Kimai Recognizes it, but it doesn't.
I installed the CustomCSS Plugin which works fine.
Maybe the minimum requirements for plugins in the docs are not complete?
To Reproduce
bin/console cache:clear --env=prod
bin/console cache:warmup --env=prod
In Kimai, the plugin is not shown in the plugins section.
I also tried to subscribe to the menu by creating a EventSubscriber/MenuSubscriber.php following https://www.kimai.org/documentation/developers.html#extending-the-navigation-bar
but since kimai doesnt recognize the plugin, it also doesnt show the menu item
Additional context
The text was updated successfully, but these errors were encountered: