Skip to content

Framework detection out of scope? #9

@rask

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 {
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions