sajad torkamani

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

Tagged: Laravel