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

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

shriker/laravel-vue-spa-tailwind
================================

A Laravel-Vue SPA Tailwind starter project template.

4.5.1(6y ago)181038[3 issues](https://github.com/shriker/laravel-vue-spa-tailwind/issues)MITPHPPHP ^7.1.3

Since Sep 2Pushed 6y agoCompare

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

READMEChangelog (2)Dependencies (13)Versions (20)Used By (0)

Laravel-Vue SPA + Tailwind CSS
==============================

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

> Forked from [cretueusebiu/laravel-vue-spa](https://github.com/cretueusebiu/laravel-vue-spa)

The main difference between this repository and the original is that this one uses Tailwind CSS instead of Bootstrap.

[![Image of Laravel-Vue SPA + Tailwind CSS](https://repository-images.githubusercontent.com/193556327/a1d35f80-9746-11e9-884b-6b1fa8318cfb)](https://repository-images.githubusercontent.com/193556327/a1d35f80-9746-11e9-884b-6b1fa8318cfb)

Features
--------

[](#features)

- [Laravel 5.8](https://laravel.com/docs/5.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
- [Tailwind CSS](https://tailwindcss.com/) + Font Awesome 5

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

[](#installation)

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

# serve with hot reloading
npm run hot
```

#### Production

[](#production)

```
npm run production
```

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

[](#email-verification)

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

Changelog
---------

[](#changelog)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity67

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 ~51 days

Recently: every ~106 days

Total

17

Last Release

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

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

4.1.0PHP ^7.1.3

### Community

Maintainers

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

---

Top Contributors

[![cretueusebiu](https://avatars.githubusercontent.com/u/1517945?v=4)](https://github.com/cretueusebiu "cretueusebiu (212 commits)")[![TemaSM](https://avatars.githubusercontent.com/u/5501615?v=4)](https://github.com/TemaSM "TemaSM (16 commits)")[![shriker](https://avatars.githubusercontent.com/u/176349?v=4)](https://github.com/shriker "shriker (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![monas](https://avatars.githubusercontent.com/u/3097553?v=4)](https://github.com/monas "monas (2 commits)")[![Compy](https://avatars.githubusercontent.com/u/93693?v=4)](https://github.com/Compy "Compy (2 commits)")[![qWici](https://avatars.githubusercontent.com/u/11472929?v=4)](https://github.com/qWici "qWici (1 commits)")[![jerrebm](https://avatars.githubusercontent.com/u/5560816?v=4)](https://github.com/jerrebm "jerrebm (1 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)")[![ahxar](https://avatars.githubusercontent.com/u/2148793?v=4)](https://github.com/ahxar "ahxar (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)")

---

Tags

axiosjwt-authlaravelsingle-page-applicationstailwind-cssvue-i18nvue-routervuejsvuexlaraveltailwindvueSPA

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cretueusebiu/laravel-vue-spa

A Laravel-Vue SPA starter project template.

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

A Laravel-Nuxt starter project template.

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

PHPackages © 2026

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