Laravel

Articles categorized in: Laravel

Laravel & Sendgrid

If you want to send Laravel form data using Sendgrid use this for .env (using your own details of course): MAIL_DRIVER=smtp MAIL_HOST=smtp.sendgrid.net MAIL_PORT=587 MAIL_USERNAME=apikey MAIL_PASSWORD=very_long_key MAIL_ENCRYPTION=tls MAIL_FROM_NAME=”Company Name” MAIL_FROM_ADDRESS=info@domain.com The

Just spent several hours yesterday understanding why we hit a CORS No “Access Control Allow Origin” header present issue again. Read loads about common Cross Origin Resource Sharing (CORS) again.

Sometimes you spend so much time tweaking Redis and queues run in Redis, you forget there are great tools out there to help you out. Let's talk Horizon Run Redis Queues and an issue you could run into as well.