Laravel5を使用しています。
私は試して、
"use Illuminate\Contracts\Routing\Middleware;"
「ミドルウェア」を実装するには、
class Language implements Middleware {
// Some Functions
}
次のようにエラーが発生します。
Interface 'Illuminate\Contracts\Routing\Middleware' not found
実際にそのインターフェイスは Missing ですか?
(OR) ? の定義ミス
(または) 作成する必要があります | ダウンロード?
ありがとうございます!