<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>laravel on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/laravel/</link><description>Recent content in laravel on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Thu, 21 Apr 2022 00:20:25 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/laravel/index.xml" rel="self" type="application/rss+xml"/><item><title>Laravel Mailing</title><link>https://quicktasks.ismael.casimpan.com/post/laravel-mailing/</link><pubDate>Thu, 21 Apr 2022 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/laravel-mailing/</guid><description>
Single Email With Multiple Recipients 1$emailRecipient = [&amp;#39;email01@example.com&amp;#39;, &amp;#39;email02@example.com&amp;#39;]; 2Mail::to($emailRecipient)-&amp;gt;send(new MailOnServiceFailure($logTimestamp, $failedContent)); 3Log::info(&amp;#34;Service Failure Mail Alert sent successfully to &amp;#34; . json_encode($emailRecipient)); Single Email Per Recipients 1$emailRecipient = [&amp;#39;email01@example.com&amp;#39;, &amp;#39;email02@example.com&amp;#39;]; 2foreach ($emailRecipient as $eachEmail) { 3Mail::to($eachEmail)-&amp;gt;send(new MailOnServiceFailure($logTimestamp, $failedContent); 4Log::info(&amp;#34;Service Failure Mail Alert sent successfully to {$eachEmail}.&amp;#34;); 5}</description></item><item><title>Links - PHP</title><link>https://quicktasks.ismael.casimpan.com/post/links-php/</link><pubDate>Sat, 19 Feb 2022 09:17:11 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/links-php/</guid><description>
Here is a curated links of sites that are I think are useful as I learn or relearn PHP, Laravel and Symfony further. Incomplete of course but there's always the internet. Will add any that are worthy to be linked here. For now, this would suffice. If you think there are links worthy to be added here, let me know in the comment below. Thank you!
PHP Official Manual PHP Language Reference PHP Function Reference PHP Features PHP Security PHP Object Oriented Object Oriented PHP OOP from php.</description></item></channel></rss>