<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tobi Muhamad</title>
    <description>The latest articles on DEV Community by Tobi Muhamad (@tobidsn).</description>
    <link>https://dev.to/tobidsn</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F313378%2F3e8af0c8-5cba-418e-a067-0802417faf17.jpeg</url>
      <title>DEV Community: Tobi Muhamad</title>
      <link>https://dev.to/tobidsn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tobidsn"/>
    <language>en</language>
    <item>
      <title>Running a cron job 3 times (1 pm, 2 pm and 3 pm) in Laravel</title>
      <dc:creator>Tobi Muhamad</dc:creator>
      <pubDate>Wed, 18 Mar 2020 01:23:32 +0000</pubDate>
      <link>https://dev.to/tobidsn/running-a-cron-job-3-times-1-pm-2-pm-and-3-pm-in-laravel-3opf</link>
      <guid>https://dev.to/tobidsn/running-a-cron-job-3-times-1-pm-2-pm-and-3-pm-in-laravel-3opf</guid>
      <description>&lt;p&gt;Open cronjob config with vim &amp;amp; add script bellow&lt;/p&gt;

&lt;h1&gt;
  
  
  m h dom mon dow command
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;13,14,15 * * * php /var/www/project/artisan schedule:run &amp;gt;&amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>laravel</category>
      <category>cron</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
