Skip to content

Tag: laravel

how to excute duplicate key update in laravel

I want to duplicate key update it, but it doesn’t work. How to Duplicate key update in laravel? … in laravel .. Answer Follow this method to update your information in case key already exist. You must need to match unique data and update the rest.

Laravel 7 internal server error 500 when sending email

I’m having some trouble with sending email using laravel. I’ve looked around the stackoverflow for solutions but none worked so far. Here’s my env and code so far. and this is my mail.php file Now this is my code. It’s just a simple to test the email function. This is the class created…