Laravel

These posts are all related to Laravel.

July 28, 2024

Use an existing Laravel app with Laravel Sail

Most of the time, when I work on my side projects in PHP, I use Herd on my Mac to run it. But lately I wanted to try out how good development on my Windows machine is. To test this, I installed...

Read

April 5, 2023

Run a livewire laravel app behind a nginx reverse proxy

For my web projects I'm using a Docker setup. Every single application is run as a docker container. To reach each of this containers, there is a nginx reverse proxy in place to route the traffic to...

Read

January 24, 2022

Setup encrypted SMTP Mailer in Laravel 8

When you enter your smtp mail credentials in Laravels .env file you are asked for the encryption. Since Laravel's mailer is based upon swiftmailer, you are able to set three different states. null:...

Read