A project to set up a laravel project for the first time.
- Copy stuff from
.env.exampleto the actual.envfile and fill out all sensitive variables. - Set up a docker container for PostgreSQL database by running
docker compose up -din the root folder. - Use Laravel Herd if you can and go to hsdemo.test. Otherwise, use a standard
php artisan servecommand.