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
Requires
- php: >=7.2.5
- illuminate/console: ^8.0|^9.0|^9.21|^10.0
- illuminate/filesystem: ^8.0|^9.0|^9.21|^10.0
- illuminate/support: ^8.0|^9.0|^9.21|^10.0
- illuminate/validation: ^8.0|^9.0|^9.21|^10.0
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
- Install the package with composer
$ composer require mel-zedeks\vilt-starter
- Run Laravel artisan command to install the UI
$ php artisan vilt:install