inmanturbo/vflat

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

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

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

This package is auto-updated.

Last update: 2024-04-30 00:46:22 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