PHPackages                             jhumanj/laravel-vue-tailwind-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. [Framework](/categories/framework)
4. /
5. jhumanj/laravel-vue-tailwind-spa

ActiveProject[Framework](/categories/framework)

jhumanj/laravel-vue-tailwind-spa
================================

A Laravel-Vue-Tailwind SPA starter project template.

5.0.6(5y ago)361466MITPHPPHP ^7.3|^8.0

Since Sep 2Pushed 4y ago4 watchersCompare

[ Source](https://github.com/JhumanJ/laravel-vue-tailwind-spa)[ Packagist](https://packagist.org/packages/jhumanj/laravel-vue-tailwind-spa)[ RSS](/packages/jhumanj-laravel-vue-tailwind-spa/feed)WikiDiscussions master Synced 1mo ago

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

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

[](#laravel-vue-tailwind-spa)

[![Build Status](https://github.com/jhumanj/laravel-vue-tailwind-spa/workflows/tests/badge.svg)](https://github.com/jhumanj/laravel-vue-tailwind-spa/actions)[![Total Downloads](https://camo.githubusercontent.com/b46483cc86d0429c12af5823d061328cc9d8a940aecd52eb81461c3048595d01/68747470733a2f2f706f7365722e707567782e6f72672f6a68756d616e6a2f6c61726176656c2d7675652d7461696c77696e642d7370612f642f746f74616c2e737667)](https://packagist.org/packages/jhumanj/laravel-vue-tailwind-spa)[![Latest Stable Version](https://camo.githubusercontent.com/3ca0a9f9127cdae80d78e1c48cc44c5231e736932676da9ada5ca19a4805a3fd/68747470733a2f2f706f7365722e707567782e6f72672f6a68756d616e6a2f6c61726176656c2d7675652d7461696c77696e642d7370612f762f737461626c652e737667)](https://packagist.org/packages/jhumanj/laravel-vue-tailwind-spa)

> A Laravel-Vue-Tailwind SPA starter kit. Forked from [cretueusebiu/laravel-vue-spa](https://github.com/cretueusebiu/laravel-vue-spa).

[![](https://camo.githubusercontent.com/22ac92f8bc52982f8929f7928b7fa83e112620a995457a9fccb4f5f0dc86828a/68747470733a2f2f692e6962622e636f2f584363504a58522f436170747572652d642d652d6372616e2d323032312d30342d31342d612d31372d35322d30372e706e67)](https://camo.githubusercontent.com/22ac92f8bc52982f8929f7928b7fa83e112620a995457a9fccb4f5f0dc86828a/68747470733a2f2f692e6962622e636f2f584363504a58522f436170747572652d642d652d6372616e2d323032312d30342d31342d612d31372d35322d30372e706e67)

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
- TailwindCSS v2

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

[](#installation)

- `composer create-project --prefer-dist JhumanJ/laravel-vue-tailwind-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)

```
# Build and watch
npm run watch
```

#### Production

[](#production)

```
npm run production
```

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
```

Credits
-------

[](#credits)

- [cretueusebiu](https://github.com/cretueusebiu/) for creating the original [Laravel Vue SPA](https://github.com/cretueusebiu/laravel-vue-spa)
- [Tailwind Kit](https://www.tailwind-kit.com/) for all their Tailwind templates

Changelog
---------

[](#changelog)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 83.1% 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 ~55 days

Recently: every ~10 days

Total

25

Last Release

1835d 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

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/4588922bc88319d4eafea8529f68fc9be2c1aab32a8f081530ce43efc197dd1b?d=identicon)[JhumanJ](/maintainers/JhumanJ)

---

Top Contributors

[![cretueusebiu](https://avatars.githubusercontent.com/u/1517945?v=4)](https://github.com/cretueusebiu "cretueusebiu (286 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)")[![JhumanJ](https://avatars.githubusercontent.com/u/11312432?v=4)](https://github.com/JhumanJ "JhumanJ (5 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)")[![monas](https://avatars.githubusercontent.com/u/3097553?v=4)](https://github.com/monas "monas (2 commits)")[![mchev](https://avatars.githubusercontent.com/u/5514329?v=4)](https://github.com/mchev "mchev (2 commits)")[![reenekt](https://avatars.githubusercontent.com/u/37070967?v=4)](https://github.com/reenekt "reenekt (2 commits)")[![Compy](https://avatars.githubusercontent.com/u/93693?v=4)](https://github.com/Compy "Compy (2 commits)")[![cesaramirez](https://avatars.githubusercontent.com/u/12446271?v=4)](https://github.com/cesaramirez "cesaramirez (1 commits)")[![curder](https://avatars.githubusercontent.com/u/8327004?v=4)](https://github.com/curder "curder (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)")[![qWici](https://avatars.githubusercontent.com/u/11472929?v=4)](https://github.com/qWici "qWici (1 commits)")[![bishoyromany](https://avatars.githubusercontent.com/u/45445067?v=4)](https://github.com/bishoyromany "bishoyromany (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![gmariano1](https://avatars.githubusercontent.com/u/16037836?v=4)](https://github.com/gmariano1 "gmariano1 (1 commits)")[![jerrebm](https://avatars.githubusercontent.com/u/5560816?v=4)](https://github.com/jerrebm "jerrebm (1 commits)")

---

Tags

laravelspatailwindvuelaraveltailwindvueSPA

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[cretueusebiu/laravel-nuxt

A Laravel-Nuxt starter project template.

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

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[cretueusebiu/laravel-vue-spa

A Laravel-Vue SPA starter project template.

3.0k18.8k](/packages/cretueusebiu-laravel-vue-spa)

PHPackages © 2026

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