PHPackages                             gtcrais/inertia-vue-lsk - 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. gtcrais/inertia-vue-lsk

ActiveProject[Framework](/categories/framework)

gtcrais/inertia-vue-lsk
=======================

The Inertia + Vue skeleton application for the Laravel framework.

04PHP

Since Sep 30Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/GTCrais/inertia-vue-lsk)[ Packagist](https://packagist.org/packages/gtcrais/inertia-vue-lsk)[ RSS](/packages/gtcrais-inertia-vue-lsk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Inertia + Vue Laravel Starter Kit
---------------------------------

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

### Tech stack:

[](#tech-stack)

- Laravel (latest)
- Sanctum (latest)
- Inertia 2
- Vue 3
- Tailwind CSS 4

### Additional Composer packages

[](#additional-composer-packages)

- Sanctum
- Socialite
- Apple Socialite Provider
- Laravel Debugbar
- Predis

### Features

[](#features)

Out of the box this starter kit provides:

- Login and registration functionalities using conventional email + password method with email confirmation, as well as Sign in with Facebook and Google
- Password reset functionality
- Inertia SSR
- Graceful exceptions handling
- Skeleton for mobile app requests handling (although this needs a little more work)

### Requirements

[](#requirements)

- PHP &gt;= 8.4
- Node.js &gt;= 20
- Laravel queues (for emails)

### Setup

[](#setup)

- In `.env` fill out:

    - `APP_URL`
    - `GRACEFULLY_HANDLE_EXCEPTIONS` - boolean. If set to `true` you will get nice error pages instead of the default Inertia exception modal
    - `SESSION_DOMAIN`
    - `SANCTUM_STATEFUL_DOMAINS`
    - Mailgun credentials, unless you're using some other mailer
    - Facebook and Google credentials, if you're going to be using sign in with social networks feature
    - If you want to use Inertia SSR:
        - set `VITE_SSR` to `true`
        - `npm run build`
        - `php artisan inertia:start-ssr`
    - If you want to use Laravel Horizon, just install it and uncomment `HorizonServiceProvider::class` in `bootstrap/providers.php`, and update the `gate()` method
- Start the mail queue - `php artisan queue:work --queue=mail`

### Things worth taking a look at

[](#things-worth-taking-a-look-at)

- `app/Bootstrapers`
- `app/Http/Middleware/SanctumMiddleware.php`
- `app/Providers/StarterKitServiceProvider.php`
- `app/Services/InertiaHelperService.php` used in `app/Bootstrappers/ExceptionsHelper.php` and `app/Http/Middleware/HandlerInertiaRequests.php`
- `app/Services/ViewMetadataProviderService.php`, used in `app/Services/InertiaHelperService.php`, `app/Http/Controllers/PageController.php` and `resource/views/default.blade.php`

### License

[](#license)

`inertia-vue-lsk` Laravel Starter Kit is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance44

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18f7a834bca30b4b00efcf42852d375cf1a9941c47398b84e764f785adc8aaf7?d=identicon)[GTCrais](/maintainers/GTCrais)

---

Top Contributors

[![GTCrais](https://avatars.githubusercontent.com/u/3007615?v=4)](https://github.com/GTCrais "GTCrais (8 commits)")

### Embed Badge

![Health badge](/badges/gtcrais-inertia-vue-lsk/health.svg)

```
[![Health](https://phpackages.com/badges/gtcrais-inertia-vue-lsk/health.svg)](https://phpackages.com/packages/gtcrais-inertia-vue-lsk)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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