command artisan route:cache when met closure route: ``` Route::get('/', function() { return 'Hello World'; }); ``` it will fail with ``` exception 'LogicException' with message 'Unable to prepare route [/] for serialization. Uses Closure.' ```