turbomicro/businesses

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

dev-main 2024-01-28 17:42 UTC

This package is not auto-updated.

Last update: 2024-05-06 17:50:25 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
composer install
php artisan migrate
php artisan serve