mel-zedeks/vilt-starter

Configure your freshly installed laravel project with Vue, Inertia, and Tailwind css using vite as frontend tooling

v2.2.6 2023-03-09 06:36 UTC

This package is auto-updated.

Last update: 2025-06-09 11:14:11 UTC


README

Introduction

VILT Starter provides a quick and simple starting point for adding Vue, Inertia and Tailwind css to your fresh Laravel application. VILT Starter publishes views and configuration files to your application that can be easily customized based on your own application's needs.

License

VILT Starter is open-sourced software licensed under the MIT license.

Thanks

Big thanks to the Team at Laravel, Inertia, Vue and Tailwind for their hard works

Setup

  1. Install the package with composer
$ composer require mel-zedeks\vilt-starter
  1. Run Laravel artisan command to install the UI
$ php artisan vilt:install