The skeleton application for the Laravel framework.
hungnth/laravel-vue-inertia-wayfinder-starter-kit is a Laravel package for the skeleton application for the laravel framework..
It currently has 0 GitHub stars and 2 downloads on Packagist (latest version v1.0.0).
Install it with composer require hungnth/laravel-vue-inertia-wayfinder-starter-kit.
Discover more Laravel packages by hungnth
or browse all Laravel packages to compare alternatives.
Last updated
Use laravel new to create a new Laravel project.
laravel new my-app --using=hungnth/laravel-vue-inertia-wayfinder-starter-kit
Use composer create-project to create a new Laravel project.
composer create-project hungnth/laravel-vue-inertia-wayfinder-starter-kit my-app
Use git clone to clone the repository and then install dependencies.
git clone https://github.com/HungNth/laravel-vue-inertia-wayfinder-starter-kit