acidjazz / larpug

Pug templating adapter for laravel and lumen
Apache License 2.0
42 stars 5 forks source link

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

Open GMounir opened 7 years ago

GMounir commented 7 years ago

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

GMounir commented 7 years ago

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

acidjazz commented 7 years ago

@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!