When I clear caches in my Laravel 5.2 project, I see this error message:
[LogicException] Unable to prepare route [panel] for serialization. Uses Closure.
check that your web.php file has this extension
use Illuminate\Support\Facades\Route;
my problem gone fixed by this way.