<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Create cron in LAMP]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Earlier I searched the forums for a solution on how to do this, but I could not find, so I am writing a separate topic.</p>
<p dir="auto">I have an application that runs in Laravel and I want to add a CRON, but according to the instructions I have so on known panels:</p>
<pre><code>php /change/this/path/artisan schedule:run &gt;&gt; /dev/null 2&gt;&amp;1
</code></pre>
<p dir="auto">I want to execute in Cloudron. The question is whether such code that I did is correct?</p>
<pre><code>*    *    *    *    * /app/data/website/artisan schedule:run &gt;&gt; /dev/null 2&gt;&amp;1
</code></pre>
]]></description><link>https://forum.cloudron.io/topic/11242/create-cron-in-lamp</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 02:27:38 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11242.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Mar 2024 10:58:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Create cron in LAMP on Tue, 05 Mar 2024 11:22:07 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, it works!</p>
]]></description><link>https://forum.cloudron.io/post/84460</link><guid isPermaLink="true">https://forum.cloudron.io/post/84460</guid><dc:creator><![CDATA[matix131997]]></dc:creator><pubDate>Tue, 05 Mar 2024 11:22:07 GMT</pubDate></item><item><title><![CDATA[Reply to Create cron in LAMP on Tue, 05 Mar 2024 11:17:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matix131997" aria-label="Profile: matix131997">@<bdi>matix131997</bdi></a> make the command as echo "Running cron" &amp;&amp; /app/data/website/artisan ... Then you will see it in the logs.</p>
]]></description><link>https://forum.cloudron.io/post/84459</link><guid isPermaLink="true">https://forum.cloudron.io/post/84459</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 05 Mar 2024 11:17:08 GMT</pubDate></item><item><title><![CDATA[Reply to Create cron in LAMP on Tue, 05 Mar 2024 11:14:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brutalbirdie" aria-label="Profile: BrutalBirdie">@<bdi>BrutalBirdie</bdi></a><br />
<img src="/assets/uploads/files/1709637261846-cron.png" alt="cron.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I just have it added there in the "cron" tab and I don't know if it works properly. Is it possible to check ?</p>
]]></description><link>https://forum.cloudron.io/post/84457</link><guid isPermaLink="true">https://forum.cloudron.io/post/84457</guid><dc:creator><![CDATA[matix131997]]></dc:creator><pubDate>Tue, 05 Mar 2024 11:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to Create cron in LAMP on Tue, 05 Mar 2024 11:10:18 GMT]]></title><description><![CDATA[<p dir="auto">You could use the <a href="https://docs.cloudron.io/packaging/addons/#scheduler" target="_blank" rel="noopener noreferrer nofollow ugc">scheduler</a> addon in the manifest or you add the cron manually in in the app <img src="/assets/uploads/files/1709637005540-6996d740-1268-43e3-90af-c05582b39439-image-resized.png" alt="6996d740-1268-43e3-90af-c05582b39439-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/84456</link><guid isPermaLink="true">https://forum.cloudron.io/post/84456</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Tue, 05 Mar 2024 11:10:18 GMT</pubDate></item></channel></rss>