I\'m trying to send an email from Gmail using Laravel from localhost. I\'m getting this error: Connection could not be established with host smtp.gmail.com [ #0]
I\'
You can't send emails from your localhost by default.
If you configure your files correctly, you would be able to send emails from it.
You could also try to upload the site on an server or production zone. There it will work.