Learn about Nova’s most powerful tools - libraries
nova/modules/core/libraries
directory.nova
directory. (As an aside, this is what allows for the simplicity of only needing to replace the nova
directory when updating to the latest version.)
When it comes to libraries, you’ll find that all of Nova’s core libraries are located in the nova/modules/core/libraries
directory. To avoid naming conflicts, all of Nova’s core libraries are prefixed with nova_
.
nova
directory.
When it comes to libraries, all of Nova’s application libraries are located in the application/libraries
directory. Nova comes with all of the needed libraries out of the box, but if you want to create new libraries, you can add your own libraries here.