Exceptions started to appear in all views, and when I try to run composer update, it always ends up with
composer update
{\"error\":{\"type\":\"ErrorException\",\"m
I solved it:
open This folder-->/Applications/MAMP/htdocs/*****/vendor/laravel/framework/src/Illuminate/View/Factory.php
and comment this line
//$data = array_merge($mergeData, $this->parseData($data));
line number -> 136.