PHPackages                             cretueusebiu/laravel-vue-spa - 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. cretueusebiu/laravel-vue-spa

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

cretueusebiu/laravel-vue-spa
============================

A Laravel-Vue SPA starter project template.

6.0.1(4y ago)3.0k18.8k943[11 issues](https://github.com/cretueusebiu/laravel-vue-spa/issues)[4 PRs](https://github.com/cretueusebiu/laravel-vue-spa/pulls)MITPHPPHP ^7.3|^8.0

Since Sep 2Pushed 3y ago141 watchersCompare

[ Source](https://github.com/cretueusebiu/laravel-vue-spa)[ Packagist](https://packagist.org/packages/cretueusebiu/laravel-vue-spa)[ RSS](/packages/cretueusebiu-laravel-vue-spa/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (15)Versions (27)Used By (0)

Laravel-Vue SPA
===============

[](#laravel-vue-spa)

[![Build Status](https://github.com/cretueusebiu/laravel-vue-spa/workflows/tests/badge.svg)](https://github.com/cretueusebiu/laravel-vue-spa/actions)[![Total Downloads](https://camo.githubusercontent.com/c1b8ebe046315860ce17d043be966c70438ba4df471ba54496bcdb2a5fe82889/68747470733a2f2f706f7365722e707567782e6f72672f6372657475657573656269752f6c61726176656c2d7675652d7370612f642f746f74616c2e737667)](https://packagist.org/packages/cretueusebiu/laravel-vue-spa)[![Latest Stable Version](https://camo.githubusercontent.com/94c92ae59eb45e71e2956bbcae5691601d1a366b9f0bbb143d23e9d6efef577d/68747470733a2f2f706f7365722e707567782e6f72672f6372657475657573656269752f6c61726176656c2d7675652d7370612f762f737461626c652e737667)](https://packagist.org/packages/cretueusebiu/laravel-vue-spa)

> A Laravel-Vue SPA starter kit.

[![](https://camo.githubusercontent.com/2d4b9f1a88ebc46bcff7b3fb996b3e83d683d5ac94317af47571cd11bf2e248a/68747470733a2f2f692e696d6775722e636f6d2f4e4846547347742e706e67)](https://camo.githubusercontent.com/2d4b9f1a88ebc46bcff7b3fb996b3e83d683d5ac94317af47571cd11bf2e248a/68747470733a2f2f692e696d6775722e636f6d2f4e4846547347742e706e67)

Features
--------

[](#features)

- Laravel 8
- Vue + VueRouter + Vuex + VueI18n + ESlint
- Pages with dynamic import and custom layouts
- Login, register, email verification and password reset
- Authentication with JWT
- Socialite integration
- Bootstrap 5 + Font Awesome 5

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

[](#installation)

- `composer create-project --prefer-dist cretueusebiu/laravel-vue-spa`
- Edit `.env` and set your database connection details
- (When installed via git clone or download, run `php artisan key:generate` and `php artisan jwt:secret`)
- `php artisan migrate`
- `npm install`

Usage
-----

[](#usage)

#### Development

[](#development)

```
npm run dev
```

#### Production

[](#production)

```
npm run build
```

Socialite
---------

[](#socialite)

This project comes with GitHub as an example for [Laravel Socialite](https://laravel.com/docs/5.8/socialite).

To enable the provider create a new GitHub application and use `https://example.com/api/oauth/github/callback` as the Authorization callback URL.

Edit `.env` and set `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` with the keys form your GitHub application.

For other providers you may need to set the appropriate keys in `config/services.php` and redirect url in `OAuthController.php`.

Email Verification
------------------

[](#email-verification)

To enable email verification make sure that your `App\User` model implements the `Illuminate\Contracts\Auth\MustVerifyEmail` contract.

Testing
-------

[](#testing)

```
# Run unit and feature tests
vendor/bin/phpunit

# Run Dusk browser tests
php artisan dusk
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity52

Moderate usage in the ecosystem

Community37

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 85.2% 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 ~62 days

Recently: every ~71 days

Total

24

Last Release

1731d ago

Major Versions

1.0.0 → 2.0.02017-12-19

2.2.1 → 3.0.02018-01-22

3.0.1 → 4.0.02018-01-23

4.7.0 → 5.0.02020-10-31

5.0.3 → 6.0.02021-08-14

PHP version history (5 changes)1.0.0PHP &gt;=7.0.0

4.1.0PHP ^7.1.3

4.5.0PHP ^7.2

4.6.0PHP ^7.2.5

5.0.0PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/43c2999e83614acd2ad1b9df54d88807b2cf723814d5af019084fe5884fa7930?d=identicon)[cretueusebiu](/maintainers/cretueusebiu)

---

Top Contributors

[![cretueusebiu](https://avatars.githubusercontent.com/u/1517945?v=4)](https://github.com/cretueusebiu "cretueusebiu (306 commits)")[![TemaSM](https://avatars.githubusercontent.com/u/5501615?v=4)](https://github.com/TemaSM "TemaSM (16 commits)")[![jimohalloran](https://avatars.githubusercontent.com/u/1198058?v=4)](https://github.com/jimohalloran "jimohalloran (9 commits)")[![miraries](https://avatars.githubusercontent.com/u/4648498?v=4)](https://github.com/miraries "miraries (5 commits)")[![Firtzberg](https://avatars.githubusercontent.com/u/8490119?v=4)](https://github.com/Firtzberg "Firtzberg (4 commits)")[![Compy](https://avatars.githubusercontent.com/u/93693?v=4)](https://github.com/Compy "Compy (2 commits)")[![mchev](https://avatars.githubusercontent.com/u/5514329?v=4)](https://github.com/mchev "mchev (2 commits)")[![monas](https://avatars.githubusercontent.com/u/3097553?v=4)](https://github.com/monas "monas (2 commits)")[![reenekt](https://avatars.githubusercontent.com/u/37070967?v=4)](https://github.com/reenekt "reenekt (2 commits)")[![jerrebm](https://avatars.githubusercontent.com/u/5560816?v=4)](https://github.com/jerrebm "jerrebm (1 commits)")[![ahxar](https://avatars.githubusercontent.com/u/2148793?v=4)](https://github.com/ahxar "ahxar (1 commits)")[![qWici](https://avatars.githubusercontent.com/u/11472929?v=4)](https://github.com/qWici "qWici (1 commits)")[![cesaramirez](https://avatars.githubusercontent.com/u/12446271?v=4)](https://github.com/cesaramirez "cesaramirez (1 commits)")[![bishoyromany](https://avatars.githubusercontent.com/u/45445067?v=4)](https://github.com/bishoyromany "bishoyromany (1 commits)")[![nandi95](https://avatars.githubusercontent.com/u/41805560?v=4)](https://github.com/nandi95 "nandi95 (1 commits)")[![nelson6e65](https://avatars.githubusercontent.com/u/9272498?v=4)](https://github.com/nelson6e65 "nelson6e65 (1 commits)")[![overtrue](https://avatars.githubusercontent.com/u/1472352?v=4)](https://github.com/overtrue "overtrue (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![curder](https://avatars.githubusercontent.com/u/8327004?v=4)](https://github.com/curder "curder (1 commits)")[![gmariano1](https://avatars.githubusercontent.com/u/16037836?v=4)](https://github.com/gmariano1 "gmariano1 (1 commits)")

---

Tags

laravelphpspavuelaravelvueSPA

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cretueusebiu-laravel-vue-spa/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[cretueusebiu/laravel-nuxt

A Laravel-Nuxt starter project template.

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

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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