PHPackages                             quanghung97/laravel-v8js-ssr-vue - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. quanghung97/laravel-v8js-ssr-vue

ActivePackage[Utility &amp; Helpers](/categories/utility)

quanghung97/laravel-v8js-ssr-vue
================================

Server side rendering JavaScript with Vuejs in your Laravel application V8js

v1.0(6y ago)31651[24 PRs](https://github.com/quanghung97/laravel-v8js-ssr-vue/pulls)MITPHP

Since Jun 1Pushed 3y agoCompare

[ Source](https://github.com/quanghung97/laravel-v8js-ssr-vue)[ Packagist](https://packagist.org/packages/quanghung97/laravel-v8js-ssr-vue)[ RSS](/packages/quanghung97-laravel-v8js-ssr-vue/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (26)Used By (0)

Server side rendering JavaScript with Vuejs in your Laravel application
=======================================================================

[](#server-side-rendering-javascript-with-vuejs-in-your-laravel-application)

Dependency
----------

[](#dependency)

You must install V8js extension on PHP, If you using docker you can using `php-fpm`

Installation
------------

[](#installation)

**1-** composer require quanghung97/laravel-v8js-ssr-vue.

**2-** php artisan vendor:publish --provider="Quanghung97\\laravelV8jsSsrVue\\LaravelSsrV8jsVueServiceProvider"

**3-** add config your webpack.mix.js below

```
mix.js('resources/js/client.js', 'public/js')
    .js('resources/js/server.js', 'public/js')
    .sass('resources/sass/app.scss', 'public/css');
```

This package will create component `AppSSR.vue` `AppSSR.js` `client.js` `server.js` `ssr.blade.php`

**4-** npm install vue-server-renderer --save

**5-** npm run dev

**6-** please change or remove some routes like '/' in `routes/web.php`

Example:

```
Route::get('/', function () { // change '/' to '/something'
    return view('welcome');
});
```

now you can go yourdomain and view page source have `data-server-rendered="true"`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fa7092128f0d333f0370e23946302b6114d91228dd9106e4929457143b89c50?d=identicon)[quanghung97](/maintainers/quanghung97)

---

Top Contributors

[![quanghung97](https://avatars.githubusercontent.com/u/25919519?v=4)](https://github.com/quanghung97 "quanghung97 (11 commits)")

### Embed Badge

![Health badge](/badges/quanghung97-laravel-v8js-ssr-vue/health.svg)

```
[![Health](https://phpackages.com/badges/quanghung97-laravel-v8js-ssr-vue/health.svg)](https://phpackages.com/packages/quanghung97-laravel-v8js-ssr-vue)
```

###  Alternatives

[kornrunner/ethereum-token

PHP Ethereum Token Utils

1412.9k1](/packages/kornrunner-ethereum-token)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
