如何在Laravel上创建自动例程

时间:2019-06-15 21:21:08

标签: php laravel

我的英语不好,我将尝试尽快。

我有一个“事件”模型,它具有多个属性,但更重要的是日期和状态(活动或不活动)。

如何为laravel创建逻辑,以便在经过事件日期时更改其状态。

1 个答案:

答案 0 :(得分:1)

如果您使用Eloquent,则需要像这样更新您的事件模型

<h1>Heading1<h1>

<p> Some text </p>
<p> that </p>
<p> need to be</p>
<p> grouped </p>

<h1> Heading2 </h1>

<p> Another </p>
<p> few texts </p>
<p> that </p>
<p> need to be </p>
<p> grouped. </p>

<h1> Heading3 </h1>

<p> Same </p>
<p> here. </p>

有关Laravel Eloquent的更多详细信息,请参见https://laravel.com/docs/5.8/eloquent