Skip to content

Alias/Facade and Service Providers in README are wrong #83

@rattfieldnz

Description

@rattfieldnz

Hi there,

Have just finished installing and configuring this package to a project, and found out the Facade/Provider lines mentioned did not work for me.

Facade/Alias
I replaced 'HTMLMin' => HTMLMin\HTMLMin\Facades\HTMLMin::class, with 'HTMLMin' => GrahamCampbell\HTMLMin\Facades\HTMLMin::class,

Service Provider
I replaced HTMLMin\HTMLMin\Http\Middleware\MinifyMiddleware with GrahamCampbell\HTMLMin\HTMLMinServiceProvider::class.

Both substitutes mentioned above worked in my case. I just would like to confirm if this is correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions