'super', 'spectator' => '', 'matching' => [ 'table' => '', 'columns' => [ 'username' => '', # Required 'password' => '', # Required 'email' => '', # Relative 'active' => '', # Relative 'banned' => '', # Relative 'activation' => '', # Relative 'verification' => '', # Relative 'otherLogin' => [] # Relative ] ], 'joining' => [ 'column' => '', 'tables' => [] ], 'emailSenderInfo' => [ 'name' => '', 'mail' => '' ], /* |-------------------------------------------------------------------------- | Permission |-------------------------------------------------------------------------- | | Includes configurations for the Permission library. | | method : It is used to set which id value will use which method of sending. | page : It is used to set which id value will use which page. | process: It is used to set which id value will use which object. | | Example Usage | | [ | '1' => 'any', | '2' => ['noperm' => ['delete', 'update']], | '3' => ['perm' => ['delete', 'update']], | '4' => ['noperm' => ['delete', 'update', 'add']], | '5' => 'all' | ] | */ 'method' => [], 'page' => [], 'process' => [] ];