Laravel Sail with PHP-FPM docker image
This is how I accomplished using the PHP-FPM image with Laravel Sail. Feel free to use it as a guide or reference. You can also leave a comment if you have any suggestions. This was tested with Laravel 9.21. Create a Laravel project with Sail Starting with a fresh Laravel project called sail-php-fpm: Next we’ll […]
Laravel Sail with Caddy web server
This is how I accomplished using the Caddy web server docker image with Laravel Sail. Feel free to use it as a guide or reference. You can also leave a comment if you have any suggestions. This was tested with Laravel 9.21 and Caddy 2.5. Create a Laravel project with Sail Starting with a fresh […]