Skip to content

Make VersionEngine configurable #35

@timgws

Description

@timgws

VersionEngine is awesome. Sadly, it's a little bit too optimistic for me.

I have a lot of legacy code that runs on Datatables 1.9, and I am not really prepared to start moving all of that to Datatables 1.10. It would be awesome if there was a configuration file (something like app/config/app.php) where it could be specified in an array what providers you want to use.

For example, datatable.php:

<?php
return [
    'providers' => [
          OpenSkill\Datatable\Versions\Datatable110Version::class,
          OpenSkill\Datatable\Versions\Datatable19Version::class
     ];
];

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions