hungnth / laravel-vue-inertia-wayfinder-starter-kit
The skeleton application for the Laravel framework.
Package info
github.com/HungNth/laravel-vue-inertia-wayfinder-starter-kit
Language:Vue
Type:project
pkg:composer/hungnth/laravel-vue-inertia-wayfinder-starter-kit
v1.0.0
2026-05-27 08:26 UTC
Requires
- php: ^8.2
- inertiajs/inertia-laravel: ^2.0
- laravel/fortify: ^1.30
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- laravel/wayfinder: ^0.1.9
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.4
- pestphp/pest-plugin-laravel: ^4.1
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
-
Use
laravel newto create a new Laravel project.laravel new my-app --using=hungnth/laravel-vue-inertia-wayfinder-starter-kit -
Use
composer create-projectto create a new Laravel project.composer create-project hungnth/laravel-vue-inertia-wayfinder-starter-kit my-app -
Use
git cloneto clone the repository and then install dependencies.git clone https://github.com/HungNth/laravel-vue-inertia-wayfinder-starter-kit