PHPackages                             worksome/laravel-direct-vue-routing - 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. [API Development](/categories/api)
4. /
5. worksome/laravel-direct-vue-routing

ActiveLibrary[API Development](/categories/api)

worksome/laravel-direct-vue-routing
===================================

Add support for mapping Laravel routes directly to Vue components.

v0.1.4(4mo ago)3248.4k↑43.5%1[2 PRs](https://github.com/worksome/laravel-direct-vue-routing/pulls)MITPHPPHP ^8.4CI passing

Since Mar 13Pushed 2mo ago9 watchersCompare

[ Source](https://github.com/worksome/laravel-direct-vue-routing)[ Packagist](https://packagist.org/packages/worksome/laravel-direct-vue-routing)[ Docs](https://github.com/worksome/laravel-direct-vue-routing)[ GitHub Sponsors](https://github.com/worksome)[ RSS](/packages/worksome-laravel-direct-vue-routing/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (5)Dependencies (16)Versions (9)Used By (0)

Laravel Direct Vue Routing
==========================

[](#laravel-direct-vue-routing)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cfb7904196060996a4b271779317552f0d0dc3c80313134ce7a1027957ae95d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776f726b736f6d652f6c61726176656c2d6469726563742d7675652d726f7574696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/worksome/laravel-direct-vue-routing)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7fafeb5cbff0bf0ebea26acbcc6bcd3174d1ae56350cd800fe92ad2611dfa7d4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776f726b736f6d652f6c61726176656c2d6469726563742d7675652d726f7574696e672f74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d5465737473)](https://github.com/worksome/laravel-direct-vue-routing/actions?query=workflow%3ATests+branch%3Amain)[![GitHub Static Analysis Action Status](https://camo.githubusercontent.com/60859af01cd0b3fb4165f0399153b6b796d9483f01d2931b6bf99f93a10a85a8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f776f726b736f6d652f6c61726176656c2d6469726563742d7675652d726f7574696e672f7374617469632e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d537461746963253230416e616c79736973)](https://github.com/worksome/laravel-direct-vue-routing/actions?query=workflow%3A%22Static%20Analysis%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/edcc99598f3dad46f7eb1a9ed90480b7802f7805fc27594d84776f504f1cf68a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776f726b736f6d652f6c61726176656c2d6469726563742d7675652d726f7574696e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/worksome/laravel-direct-vue-routing)

Add support for mapping Laravel routes directly to Vue components.

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

[](#installation)

You can install the package via composer:

```
composer require worksome/laravel-direct-vue-routing
```

Optionally, you can publish the views using:

```
php artisan vendor:publish --tag="direct-vue-routing-views"
```

Usage
-----

[](#usage)

```
class TestController
{
    public function __invoke()
    {
        return response()->vue('MyVueComponent', ['myProp' => 'my-data'])
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [GitHub Releases](https://github.com/worksome/laravel-direct-vue-routing/releases) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Owen Voke](https://github.com/worksome)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance81

Actively maintained with recent releases

Popularity38

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.6% 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 ~271 days

Total

5

Last Release

124d ago

PHP version history (3 changes)v0.1.0PHP ^8.2

v0.1.3PHP ^8.3

v0.1.4PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1899334?v=4)[Owen Voke](/maintainers/owenvoke)[@owenvoke](https://github.com/owenvoke)

---

Top Contributors

[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![lukeraymonddowning](https://avatars.githubusercontent.com/u/12202279?v=4)](https://github.com/lukeraymonddowning "lukeraymonddowning (1 commits)")

---

Tags

laravelworksomedirect-vue-routing

###  Code Quality

TestsPest

Static AnalysisPHPStan

### Embed Badge

![Health badge](/badges/worksome-laravel-direct-vue-routing/health.svg)

```
[![Health](https://phpackages.com/badges/worksome-laravel-direct-vue-routing/health.svg)](https://phpackages.com/packages/worksome-laravel-direct-vue-routing)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M101](/packages/dedoc-scramble)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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