PHPackages                             bionicmaster/laravel-nuxt - 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. [Framework](/categories/framework)
4. /
5. bionicmaster/laravel-nuxt

ActiveLibrary[Framework](/categories/framework)

bionicmaster/laravel-nuxt
=========================

Build a SPA with Laravel and Nuxt

2.0.0(5y ago)056MITPHPPHP &gt;=7.0.0

Since Feb 7Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bionicmaster/laravel-nuxt)[ Packagist](https://packagist.org/packages/bionicmaster/laravel-nuxt)[ Docs](https://github.com/skyrpex/laravel-nuxt)[ RSS](/packages/bionicmaster-laravel-nuxt/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (10)Used By (0)

Laravel Nuxt
============

[](#laravel-nuxt)

This package allows you to build a SPA with Laravel and Nuxt.

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

[](#installation)

```
composer require pallares/laravel-nuxt
```

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework just add the service provider in `config/app.php` file:

```
return [
  // ...
  'providers' => [
      // ...
      Pallares\LaravelNuxt\LaravelNuxtServiceProvider::class,
  ],
];
```

You need to add a fallback route that will render the SPA page in `routes/web.php` file:

```
// ...
// Add this route the last, so it doesn't interfere with your other routes.
Route::get(
    '{uri}',
    '\\'.Pallares\LaravelNuxt\Controllers\NuxtController::class
)->where('uri', '.*');
```

Finally, you must install the [laravel-nuxt](https://github.com/skyrpex/laravel-nuxt-js) npm package. After following the instructions, run `npm run build` and try your SPA!

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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

Every ~147 days

Recently: every ~257 days

Total

8

Last Release

1983d ago

Major Versions

1.0.5 → 2.0.02020-12-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3cd4a747548ff36eac9cbaa2bcc86bc2c703e8feb820cc552d7189fc3f82c46?d=identicon)[bionicmaster](/maintainers/bionicmaster)

---

Top Contributors

[![skyrpex](https://avatars.githubusercontent.com/u/1077520?v=4)](https://github.com/skyrpex "skyrpex (6 commits)")[![bionicmaster](https://avatars.githubusercontent.com/u/312215?v=4)](https://github.com/bionicmaster "bionicmaster (4 commits)")

---

Tags

laravelvueSPAnuxt

### Embed Badge

![Health badge](/badges/bionicmaster-laravel-nuxt/health.svg)

```
[![Health](https://phpackages.com/badges/bionicmaster-laravel-nuxt/health.svg)](https://phpackages.com/packages/bionicmaster-laravel-nuxt)
```

###  Alternatives

[cretueusebiu/laravel-nuxt

A Laravel-Nuxt starter project template.

1.1k6.3k](/packages/cretueusebiu-laravel-nuxt)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)

PHPackages © 2026

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