我想将weekendDays
更改为仅在我的Carbon实例中包含星期日。我怎么能这样做?
答案 0 :(得分:3)
执行命令
$execution = mysqli_stmt_execute($stmt);
// Attempt to execute the prepared statement
if($execution){
echo "Records inserted successfully.";
}
在启动功能的App \ Providers \ AppServiceProvider中。