im new to Neos and wanted to get some packages for my website. If I execute composer require packageName the installation will success, and the package itself will display in my composer.json, but it won’t show up in the actual Neos backend.
Im executing it in the composer.json, which is in the same directory with the flow files. Is that right?
Is there something im missing?
Thanks in advance and sorry if the question might be stupid:)
Hey Lukas,
how do you expect this package showing up in the backend?
These two packages both offer a new node type, which can be added into a content collection on a page. There is no additional backend module involved.