Skip to content

Tag: php

Laravel – No emails sending using mailgun

Server: Digital Ocean Ubuntu 16.04 Laravel 5.8 I cannot get email to send out of laravel using mailgun.com In Digital Ocean I have all outgoing ports open on the firewall, I have the correct DNS settings in Digital ocean for TXT and MX records. I have the correct and verified DNS records on my domain registar…

How to get last value of an array input text in JS?

This is my code from controller where I used looping to show this. the sample data of this are multiple dates: 2019-05-28 13:45:45 Now I’m trying the get the last date that will be shown using JavaScript. Currently I have this code: But this only gets the array of input types So I tried to use last() an…