dragonofmercy/laravel-vue-starter-kit

The skeleton application for the Laravel framework.

Maintainers

Package info

github.com/dragonofmercy/laravel-vue-starter-kit

Type:project

pkg:composer/dragonofmercy/laravel-vue-starter-kit

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-30 11:47 UTC

This package is auto-updated.

Last update: 2026-03-30 11:48:05 UTC


README

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

🎯 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

Back-end

Front-end

Tooling

🚀 Getting Started

Requirements

  • PHP >= 8.4
  • Composer
  • Node.js >= 20
  • npm

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

This package is open-sourced software licensed under the MIT license.

Support

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

Donate