英文: Sidebar sorting issue 问题 I take 3 posts on to the main home page to display them and i know some...
如何在Laravel中使用Eloquent查询数组
英文: how to Laravel eloquent having array 问题 你需要将Laravel中的having条件从单一的等号改为whereIn,以实现与你所需的SQL语句相匹配的条件...
在PostgreSQL/PostGIS查询中优化连接操作。
英文: Optimizing joins in a postgres/postgis query 问题 我正在尝试优化我的Postgres查询。我在这里的一些连接方面遇到了问题。我的主要问题涉及到过滤...
Laravel orderBy在排序数据时忽略数字值
英文: Laravel orderBy ignores numeric values in ordering data 问题 我有一个名为Class ID的列,我试图对这一列进行排序。 它似乎忽略了数...
firstOrCreate 只在日期不同的情况下添加记录。
英文: firstOrCreate add record only if date is different 问题 我尝试仅在created_at列包含不同日期时添加记录,因此我不需要检查小时和分钟,...
我想在Laravel模型中将环境变量作为虚拟属性获取。
英文: I want to get env variable as fake attribute in laravel model 问题 我试图获取环境变量,从.env文件中获取APP_URL,但始终...
异步 API 具有 91,000 条记录
英文: Async API having 91K Records 问题 我有一个包含约91,000条记录的地点模型。 我的地点模型只有3个字段:id、name和city_id。 我正在与城市表联接以区...
Laravel Eloquent的upsert方法不识别UUID主键并生成插入语句。
英文: Laravel Eloquent upsert method does not recognise UUID primary key and generates insert statemen...
Laravel 更新现有数据库值为 NULL
英文: Laravel Updates existing DB values to NULL 问题 I'm trying to Update Form Values that have multipl...
在Laravel中,你可以基于非键字段来建立模型之间的关联吗?
英文: In Laravel can you establish a relationship between models based on fields that are not keys 问题 ...
11