Create new Laravel project
22 August 2024 (Updated 13 September 2024)
On this page
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