Skip to content

Add Service Provider Autoloading for Laravel 5.5 #3

Open
@jagDanJu

Description

@jagDanJu

Add this to the composer.jso to autoload den Service Provider. There ist no need to add this manually on Laravel 5.5 :)

"extra": {
    "laravel": {
        "providers": [
            "Webklex\\GitHook\\Providers\\LaravelServiceProvider“
        ]
    }
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions