acidjazz/larpug

Interface 'Illuminate\View\Engines\EngineInterface' not found

Opened this issue · 2 comments

Hello i face this problem "Interface 'Illuminate\View\Engines\EngineInterface' not found"
some help please
i'm using Laravel 5.5

I found you have to change this Illuminate\View\Engines\EngineInterface,
to this Illuminate\Contracts\View\Engine as EngineInterface

@GMounir thanks! I havent had time yet to accomodate for v5.5 and get in auto-discovery as well, PR's are more than welcome!