Replies: 6 comments 10 replies
-
Hey @kovijanny, I don't have any blank examples currently, and am in the middle of a refactor, but if you want examples of Admin Modules - all of Bonfire is one :) Check out the Modules folder. The only thing I think you would need to keep in mind is that Bonfire auto-inserts all of its namespaces, so for yours make sure you add a namespace to |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I would also love to see a skeleten module example since I'm having similar issues as above. I've tried with everything but can't manage to get my new module links to the sidebar as per the documentation describes. |
Beta Was this translation helpful? Give feedback.
-
After a bit of digging into the src I found out that recognition of custom modules does not work since Bonfire.php searches for modules within it's own structure, so creating a modules/ inside app/ won't work. |
Beta Was this translation helpful? Give feedback.
-
the problem is custom modules' file |
Beta Was this translation helpful? Give feedback.
-
Since the refactor Bonfire wasn't discovering the modules. I just added the code for that and updated the docs. Please let me know if it works for you now. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have started to review this project and so far my experience is pleasant.
However, I need some help in creating a custom "Admin Module".
I have initial attempts but unfortunately it doesn't want to work.
My request/question would be if you could create a tutorial library without any extras.
Controller, Model and menu item I think would be sufficient,
with exampled Autoload and Route settings.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions