sajad torkamani

Install project

Create project via Composer:

composer create-project laravel/laravel <project-name>

Initialise Git repo:

git init && git add . && git commit -m "initial commit"

Install NPM dependencies and run Vite:

npm i && npm run dev

Add Tailwind to project

See here.

Tagged: Laravel