Skip to content

Laravel 5.2 support #272

@dahabit

Description

@dahabit

Hi,
Taylor released Laravel 5.2 yesterday we need update to fix Middleware contract that has been deprecated

  • The Illuminate\Contracts\Routing\Middleware contract has been deprecated. No contract is required on your middleware. In addition, the TerminableMiddleware contract has also been deprecated. Instead of implementing the interface, simply define a terminate method on your middleware.
    http://laravel.com/docs/5.2/upgrade#upgrade-5.2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions