Looking to hire Laravel developers? Try LaraJobs

laravel-vue-starter-kit maintained by dragonofmercy

Description
The skeleton application for the Laravel framework.
Last update
2026/07/29 14:24 (dev-main)
License
Links
Downloads
7

Comments
comments powered by Disqus

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

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 :)