Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 297 Bytes

configuration.md

File metadata and controls

7 lines (6 loc) · 297 Bytes

Back to Main Page

Configuration

Create a configuration class

To create a Configuration, you must do the following:

  • Create a class that extends eru123\config\BaseConfig
  • Ensure that the class is loaded through the Composer Autoloader (see Autoloading)