I use Laravel 5.
I try,
"use Illuminate\Contracts\Routing\Middleware;"
to implement "Middleware" as,
class Language implements Middleware {
// Some Functions
}
I Get Error as,
Interface 'Illuminate\Contracts\Routing\Middleware' not found
Is actually that interface is Missing ?
(OR) Mistake in defining ?
(OR) Need to Create | Download ?
Thank Q !
I dont know if you realy placed those double quote, but here is a working example: