inmanturbo/vflat

The skeleton application for the Laravel framework, with folio, volt and tailwind pre-installed

Maintainers

Package info

github.com/inmanturbo/vflat

Language:Blade

Type:project

pkg:composer/inmanturbo/vflat

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.0.3 2024-01-30 07:39 UTC

This package is auto-updated.

Last update: 2026-03-01 00:49:43 UTC


README

Volt, Folio, Laravel and Tailwind

Simple vflat stack, complete with your first counter component

Installation

composer create-project inmanturbo/vflat vflat
cd vflat
npm install && npm run dev
php artisan migrate
php artisan serve