Laravel-Blade
Laravel-Blade copied to clipboard
Deprecated: Required parameter $cachePath follows optional parameter $viewPaths
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
I have exactly the same problem for my MVC project