PHPackages                             arr2504/vuez - 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. arr2504/vuez

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

arr2504/vuez
============

Vuez 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 Vuez can be styled using either Bootstrap or Tailwind.

v1.0.0(2y ago)06MITVuePHP ^8.1.0

Since Jul 23Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

```
  _/      _/  _/    _/  _/_/_/_/  _/_/_/_/_/
 _/      _/  _/    _/  _/              _/
_/      _/  _/    _/  _/_/_/        _/
 _/  _/    _/    _/  _/          _/
  _/        _/_/    _/_/_/_/  _/_/_/_/_/

```

Vuez
====

[](#vuez)

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

[](#introduction)

Vuez (Vue Easy) provides a simple starting point for building a SPA (single-page application) using Vue with the Laravel framework. The code structure remains unchanged, and Vuez can be styled using either Bootstrap or Tailwind. Additionally, Vuez 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 Vuez using Composer

```
composer require arr2504/vuez

```

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

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

[](#vue-with-bootstrap)

```
php artisan vuez:install bs

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

```

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

[](#vue-with-tailwind)

```
php artisan vuez:install tw

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

```

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1029d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a053b185ec87d063b4797cb5356e190206e4f2fceb215352adf0b08d67086d3?d=identicon)[Ramddan](/maintainers/Ramddan)

---

Top Contributors

[![ramddan-rosli](https://avatars.githubusercontent.com/u/42334919?v=4)](https://github.com/ramddan-rosli "ramddan-rosli (5 commits)")

---

Tags

laravelauth

### Embed Badge

![Health badge](/badges/arr2504-vuez/health.svg)

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

###  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)
