/laravel-vue-template-base

Repository to hold a fresh laravel application with vue and front template

Primary LanguagePHP

Base project t run laravel with vite, vue and tailwind

How to run:

install docker and docker compose

run: php artisan key:generate

run: composer install

run: ./vendor/laravel/sail/bin/sail up

run: npm run dev