Skip to content

v2.1.6

Compare
Choose a tag to compare
@kaidesu kaidesu released this 14 Jul 16:45
· 343 commits to master since this release

Added driver configuration, where two configuration options have been added:

  • driver - May be set to either local or custom
  • custom_driver - If driver is set to custom, you may specify a full namespace pointing to your own driver implementation here (be sure it extends Caffeinated\Modules\Repositories\Interfaces\ModuleRepositoryInterface)