Laravel-Blade icon indicating copy to clipboard operation
Laravel-Blade copied to clipboard

Deprecated: Required parameter $cachePath follows optional parameter $viewPaths

Open abdulkareem-f opened this issue 2 years ago • 1 comments

The issue is with PHP 8, when trying to create Blade object and passing the values But I got this error: Deprecated: Required parameter $cachePath follows optional parameter $viewPaths of course because of PHP 8

So can you at least make $cachePath nullable or make $viewPaths required too

abdulkareem-f avatar Mar 24 '22 23:03 abdulkareem-f

I have exactly the same problem for my MVC project

yousof-jfri avatar Apr 16 '22 09:04 yousof-jfri