英文: error when I try to validate unique field in Laravel 问题 以下是您的代码的中文翻译部分: 我正尝试在 Laravel 中进行验证: pub...
如何防止在更新会话值时出现竞态条件?
英文: How to prevent race condition when updating session value? 问题 在我的控制器中,我需要检查会话是否已过期,如果是,就更新值: pub...
如何使用GET方法从API获取数据并循环遍历它?
英文: How to fetch data with get method from an api and loop throw it? 问题 I make a function and use ht...
Laravel ["message": "Too few arguments to function App\\Http\\Controllers\\BursaPembelianController::edit_bursa_pembelian(), 1 passed in
英文: Laravel ["message": "Too few arguments to function App\\Http\\Controllers\\BursaP...
Laravel migrate:fresh 不会删除表,然后显示没有要迁移的内容。
英文: Laravel migrate:fresh not dropping tables, then says nothing to migrate 问题 这是一个现有的项目,我过去经常使用php ...
Laravel localize "setlocale(): Argument #1 ($category) must be of type int, Illuminate\Http\Request given" error
英文: Laravel localize "setlocale(): Argument #1 ($category) must be of type int, Illuminate\Http...
在Laravel控制器中,条件未过滤掉未完整匹配单词的记录。
英文: Where condition didn't filter the records without complete the word in Laravel conroller 问题 ...
Laravel Github工作流程操作 – 缓存composer依赖项,未按预期工作
英文: Laravel Github Workflow Action - Cache composer dependencies, not working as intended 问题 这是我的.gi...
我的端点为什么返回Laravel首页而不是响应?
英文: Why my endpoint is returning the Laravel homepage instead of the response? 问题 以下是您的代码的翻译部分: 我正在尝...
如何在Laravel中加载没有外键的关联?
英文: How to load a relationship in Laravel without foreign key? 问题 我有这个模型: App\Controllers\ImageContr...
75