PHPackages                             kashi93/vure - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kashi93/vure

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

kashi93/vure
============

Vure provides a simple starting point for building a SPA (single-page application) using Vue or React with the Laravel framework. The code structure remains unchanged, and Vure can be styled using either Bootstrap or Tailwind.

v1.2.1(2y ago)0622MITTypeScriptPHP ^8.1.0

Since Apr 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/kashi93/vure)[ Packagist](https://packagist.org/packages/kashi93/vure)[ RSS](/packages/kashi93-vure/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (11)Used By (0)

Vure
====

[](#vure)

 [ ![Latest Stable Version](https://camo.githubusercontent.com/ef6c5820d140743f2d4a817a4332e4ff8c8928bfbd1a715c94c6bf7f8c413af1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6173686939332f76757265) ](https://packagist.org/packages/kashi93/vure) [ ![License](https://camo.githubusercontent.com/6c37a3e143032751a6241deb0d5a13eebe9b0ae7db6280327c9e619613699c0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b6173686939332f76757265) ](https://packagist.org/packages/kashi93/vure)

Introduction
------------

[](#introduction)

Vure provides a simple starting point for building a SPA (single-page application) using Vue or React with the Laravel framework. The code structure remains unchanged, and Vure can be styled using either Bootstrap or Tailwind. Additionally, Vure includes authentication controllers and views that can be easily customized to fit the needs of your application.

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

[](#installation)

Create a new Laravel application

```
composer create-project laravel/laravel example-app

```

Install Vure using Composer

```
composer require kashi93/vure

```

Once Vure is installed, you may scaffold your application using one of the Vure "stacks" discussed in the documentation below.

Vue With Bootstrap
------------------

[](#vue-with-bootstrap)

```
php artisan vure:install vue-bs

php artisan migrate
npm install
npm run dev / npm run build

```

Vue With Tailwind
-----------------

[](#vue-with-tailwind)

```
php artisan vure:install vue-tw

php artisan migrate
npm install
npm run dev / npm run build

```

React With Bootstrap
--------------------

[](#react-with-bootstrap)

```
php artisan vure:install react-bs

php artisan migrate
npm install
npm run dev / npm run build

```

React With Tailwind
-------------------

[](#react-with-tailwind)

```
php artisan vure:install react-tw

php artisan migrate
npm install
npm run dev / npm run build

```

License
-------

[](#license)

Vure is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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

Every ~14 days

Recently: every ~22 days

Total

10

Last Release

989d ago

### Community

Maintainers

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

---

Top Contributors

[![kashi93](https://avatars.githubusercontent.com/u/75873210?v=4)](https://github.com/kashi93 "kashi93 (17 commits)")

---

Tags

laravelauth

### Embed Badge

![Health badge](/badges/kashi93-vure/health.svg)

```
[![Health](https://phpackages.com/badges/kashi93-vure/health.svg)](https://phpackages.com/packages/kashi93-vure)
```

###  Alternatives

[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[tapansharma/breeze-svelte

Minimal Laravel authentication scaffolding with Svelte and Tailwind.

321.2k](/packages/tapansharma-breeze-svelte)

PHPackages © 2026

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