我正在使用Laravel 5.3.17并且发现它没有附带IronMQ驱动程序。我尝试从https://github.com/LaravelCollective/iron-queue安装驱动程序,但由于未解决的要求,composer无法安装它。这是作曲家的输出:
dsProducts.Tables.Add(commDt.Copy) -- commDt is the DataTable linked to the UltraGrid
tr = con.BeginTransaction(
For Each dr As DataRow In dsProducts.Tables(0).Rows
If dr.RowState = DataRowState.Deleted Then
Try
有什么想法吗?
由于
答案 0 :(得分:0)
这可能已经晚了,但是对于有相同问题的任何人,请尝试在composer.yml中使用以下内容:
"laravelcollective/iron-queue": "5.3.*"