PHPackages                             calesj/laravel-vue-starter-kit - 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. calesj/laravel-vue-starter-kit

ActiveProject[Framework](/categories/framework)

calesj/laravel-vue-starter-kit
==============================

Personal Laravel 12 + Vue 3 + Inertia.js starter kit with authentication.

v1.0.0(1mo ago)01↓100%MITVuePHP ^8.2CI failing

Since Mar 15Pushed 1mo agoCompare

[ Source](https://github.com/calesj/vue-starter-kit)[ Packagist](https://packagist.org/packages/calesj/laravel-vue-starter-kit)[ RSS](/packages/calesj-laravel-vue-starter-kit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (13)Versions (2)Used By (0)

Laravel Vue Starter Kit
=======================

[](#laravel-vue-starter-kit)

Personal starter kit based on Laravel 12 + Vue 3 + Inertia.js. Includes authentication pages, Tailwind CSS v4, TypeScript, SSR support, and a clean project structure ready to build on.

Stack
-----

[](#stack)

- **Laravel 12** (PHP 8.2+)
- **Vue 3** with Composition API + ``
- **Inertia.js v2**
- **Tailwind CSS v4**
- **TypeScript**
- **Vite 7** with SSR support
- **Ziggy** (named routes in JS)
- **VueUse** composable library

Requirements
------------

[](#requirements)

- PHP 8.2+
- Node.js 20+
- Composer

Getting Started
---------------

[](#getting-started)

```
# Via Laravel installer (recommended)
laravel new my-app --using=calesj/laravel-vue-starter-kit

# Or via Composer
composer create-project calesj/laravel-vue-starter-kit my-app
```

```
cd my-app
npm install
npm run dev
```

Both methods will automatically:

1. Copy `.env.example` to `.env`
2. Generate the application key
3. Create the SQLite database file
4. Run migrations

Development
-----------

[](#development)

```
# Start all dev servers (Laravel, queue, Vite) concurrently
composer dev

# Or separately
php artisan serve
npm run dev
```

Auth Routes
-----------

[](#auth-routes)

The following routes are registered out of the box:

MethodURINameDescriptionGET`/login``login`Login pagePOST`/login``login.store`Submit loginGET`/forgot-password``password.request`Forgot password pagePOST`/forgot-password``password.email`Send reset linkGET`/reset-password/{token}``password.reset`Reset password pagePOST`/reset-password``password.store`Submit new passwordPOST`/logout``logout`Logout (auth middleware)GET`/dashboard``dashboard`Dashboard (auth middleware)Pages
-----

[](#pages)

```
resources/js/pages/
├── Welcome.vue          # Landing page
├── Dashboard.vue        # (create this for your app)
└── Auth/
    ├── Login.vue        # Login form
    ├── ForgotPassword.vue   # Forgot password form
    └── ResetPassword.vue    # Reset password form

```

Building for Production
-----------------------

[](#building-for-production)

```
npm run build
php artisan optimize
```

SSR
---

[](#ssr)

SSR is configured and ready. To run with SSR:

```
composer dev:ssr
```

Linting &amp; Formatting
------------------------

[](#linting--formatting)

```
# PHP
composer lint          # Fix with Pint
composer lint:check    # Check only

# JS/TS
npm run lint           # ESLint fix
npm run format         # Prettier fix
npm run types:check    # TypeScript check
```

Testing
-------

[](#testing)

```
php artisan test
# or
composer test
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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

59d ago

### Community

Maintainers

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

---

Top Contributors

[![calesj](https://avatars.githubusercontent.com/u/86434489?v=4)](https://github.com/calesj "calesj (6 commits)")

---

Tags

laravelinertiastarter-kitvue

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/calesj-laravel-vue-starter-kit/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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