Skip to content

Framework detection out of scope? #9

Description

@rask

I was wondering whether adding feature checks for things like "running on Laravel" or "running on WordPress" are out of scope for the library?

E.g.

if (Morse::featureExists('framework/laravel') {
    ...
} elseif (Morse::featureExists('cms/wordpress') {
    ...
} else {
    ...
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions