You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This karlomikus/theme is not compatible with Laravel 5.8 version. Please help on this.
I got error.
ErrorException : Declaration of Karlomikus\Theme\ThemeViewFinder::setPaths(array $paths) should be compatible with Illuminate\View\FileViewFinder::setPaths($paths)
at C:\wamp\www\laravel_58\vendor\karlomikus\theme\src\Theme\ThemeViewFinder.php:33
29| public function prependPath($path)
30| {
31| array_unshift($this->paths, $path);
32| }
33| }
34|
The text was updated successfully, but these errors were encountered:
This karlomikus/theme is not compatible with Laravel 5.8 version. Please help on this.
I got error.
ErrorException : Declaration of Karlomikus\Theme\ThemeViewFinder::setPaths(array $paths) should be compatible with Illuminate\View\FileViewFinder::setPaths($paths)
at C:\wamp\www\laravel_58\vendor\karlomikus\theme\src\Theme\ThemeViewFinder.php:33
29| public function prependPath($path)
30| {
31| array_unshift($this->paths, $path);
32| }
33| }
34|
The text was updated successfully, but these errors were encountered: