make('Illuminate\Contracts\Console\Kernel')->bootstrap(); echo "View exists: " . ($app->bound('view') ? 'yes' : 'no') . "\n";