laravel-vue-inertia-wayfinder-starter-kit maintained by hungnth
Laravel Starter Kit
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