Skip to content

Instantly share code, notes, and snippets.

@Maxim-Kolmogorov
Created November 6, 2022 09:41
Show Gist options
  • Save Maxim-Kolmogorov/503ccd857b3f22e5ae134b8bbb43da9d to your computer and use it in GitHub Desktop.
Save Maxim-Kolmogorov/503ccd857b3f22e5ae134b8bbb43da9d to your computer and use it in GitHub Desktop.
Laravel 9 + Vite + Vue.js + SSR = example, part 10
<?php
// Вместо div app в welcome.blade.php
$output = shell_exec('/Users/maximkolmogorov/.nvm/versions/node/v16.15.0/bin/node ../bootstrap/ssr/server-app.mjs ' . $url);
echo $output;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment