Skip to content

Instantly share code, notes, and snippets.

View larschinkel's full-sized avatar
🥾
Hiking

Lars Schinkel larschinkel

🥾
Hiking
  • Hannover
View GitHub Profile

PostgreSQL


Install


Download binaries from https://www.enterprisedb.com/download-postgresql-binaries, unzip them into a directory of your choice, add that path to environment variable & create the database using initdb found in the bin subdirectory:

> initdb -D {path} -U postgres -W -E UTF8 -A scram-sha-256
@larschinkel
larschinkel / gist:37effb95f1b1833552f95e5f49df107a
Last active March 13, 2025 09:38
LIVT Stack Setup (Laravel 12, Inertia 2, Vue 3, Tailwind 4)

LIVT Stack Setup (Laravel 12, Inertia 2, Vue 3, Tailwind 4)

Getting started with the LIVT stack 😀

Backend

> composer create-project laravel/laravel project
> cd project
> composer require inertiajs/inertia-laravel

resources/views/app.blade.php