Getting started with the TALL stack 😀
> composer create-project laravel/laravel project --prefer-dist
> cd project
> composer require livewire/livewire:^4.0@beta
> php artisan livewire:publish --config
config/livewire.php
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-256Visual Studio Code
https://code.visualstudio.com/Download