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

ActiveProject[Framework](/categories/framework)

dragonofmercy/laravel-vue-starter-kit
=====================================

The skeleton application for the Laravel framework.

03↓90%PHP

Since Mar 30Pushed 3mo agoCompare

[ Source](https://github.com/dragonofmercy/laravel-vue-starter-kit)[ Packagist](https://packagist.org/packages/dragonofmercy/laravel-vue-starter-kit)[ RSS](/packages/dragonofmercy-laravel-vue-starter-kit/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

A **lightweight** starter kit for Laravel with Vue 3 and Inertia.js — without the bloat of other official starter kits.

🎯 Philosophy
------------

[](#-philosophy)

This starter kit is intentionally minimal and unopinionated. It provides only the bare essentials to kickstart a Laravel + Vue 3 application via Inertia.js, leaving you free to structure your project however you see fit.

✨ Tech Stack
------------

[](#-tech-stack)

### Back-end

[](#back-end)

- **[Laravel 13](https://laravel.com/)** — PHP 8.4+
- **[Inertia.js (Laravel)](https://inertiajs.com/)** ^3.0 — Bridge between Laravel and Vue
- **[Ziggy](https://github.com/tighten/ziggy)** ^2.6 — Laravel routes accessible on the client side

### Front-end

[](#front-end)

- **[Vue 3](https://vuejs.org/)** ^3.5 — Reactive JavaScript framework
- **[Inertia.js (Vue 3)](https://inertiajs.com/)** ^3.0 — Vue adapter for Inertia
- **[Tailwind CSS 4](https://tailwindcss.com/)** ^4.0 — Utility-first CSS framework
- **[Vue I18n](https://vue-i18n.intlify.dev/)** ^11.3 — Internationalization
- **[Vite 8](https://vite.dev/)** ^8.0 — Lightning-fast bundler

### Tooling

[](#tooling)

- **[vite-plugin-mkcert](https://github.com/liuweiGL/vite-plugin-mkcert)** — Automatic local HTTPS
- **[laravel-vite-plugin](https://github.com/laravel/vite-plugin)** ^3.0 — Vite/Laravel integration

🚀 Getting Started
-----------------

[](#-getting-started)

### Requirements

[](#requirements)

- PHP &gt;= 8.4
- Composer
- Node.js &gt;= 20
- npm

### Steps

[](#steps)

1. **Clone the repository**

    ```
    git clone https://github.com/dragonofmercy/laravel-vue-starter-kit.git
    cd laravel-vue-starter-kit
    ```
2. **Install PHP dependencies**

    ```
    composer install
    ```
3. **Install Node.js dependencies**

    ```
    npm install
    ```
4. **Set up the environment**

    ```
    cp .env.example .env
    php artisan key:generate
    ```
5. **Create the SQLite database** *(default)*

    ```
    php artisan migrate
    ```
6. **Start the development server**

    ```
    # In two separate terminals:
    php artisan serve
    npm run dev

    # Or using concurrently (single terminal):
    npx concurrently "php artisan serve" "npm run dev"
    ```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

Support
-------

[](#support)

If this project helps to increase your productivity, you can give me a cup of coffee :)

[![Donate](https://camo.githubusercontent.com/2df914a0101385fd5196ed05218772a0e5f8211fd309ee00367069b730a06b7d/68747470733a2f2f63646e2e6b6f2d66692e636f6d2f63646e2f6b6f6669322e706e673f763d33)](https://ko-fi.com/dragonofmercy)

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance55

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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/196e1196b041461d3992389e5b7d2d6aa2d06fc7c3acaab9a2007b642d08fa2d?d=identicon)[dragonofmercy](/maintainers/dragonofmercy)

---

Top Contributors

[![dragonofmercy](https://avatars.githubusercontent.com/u/140013?v=4)](https://github.com/dragonofmercy "dragonofmercy (5 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M833](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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