Adding a config file

There are times we might want our package to make use of user-defined configurations. You might have seen that in most Adonis packages. In this lesson, we will cover how to do that.

What you'll learn

  • How to use template files in AdonisJS packages