hungnth/laravel-vue-inertia-wayfinder-starter-kit

The skeleton application for the Laravel framework.

Maintainers

Package info

github.com/HungNth/laravel-vue-inertia-wayfinder-starter-kit

Language:Vue

Type:project

pkg:composer/hungnth/laravel-vue-inertia-wayfinder-starter-kit

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-05-27 08:26 UTC

This package is not auto-updated.

Last update: 2026-05-27 18:10:08 UTC


README

Tech Stack:

  • Laravel 12
  • Vue 3
  • TypeScript
  • Inertia.js
  • Tailwind CSS
  • Shadcn UI

Installation

  1. Use laravel new to create a new Laravel project.

    laravel new my-app --using=hungnth/laravel-vue-inertia-wayfinder-starter-kit
    
  2. Use composer create-project to create a new Laravel project.

    composer create-project hungnth/laravel-vue-inertia-wayfinder-starter-kit my-app
    
  3. Use git clone to clone the repository and then install dependencies.

    git clone https://github.com/HungNth/laravel-vue-inertia-wayfinder-starter-kit