# Log Driver Configuration (for development) # Add these lines to your .env file: MAIL_MAILER=log MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="LLN Project" # This will save emails to storage/logs/laravel.log # You can view them with: Get-Content storage\logs\laravel.log -Tail 50