laravel
-
PhpStorm 中雄辩的 ORM 代码提示 所以我刚开始使用Laravel(使用v5)和Eloquent。我正在努力启动并运行一些基本的API,并注意到很多工作方法没有出现在PhpStorm的代码提示中。 所以我有这个模型: 我正在使用,它极大地帮助
-
-
After upgrading Laravel from 5.6 to 6.0, Call to undefined str_random() function not working I have upgraded Laravel from 5.6 to 6.0. Previously, default helper functions were running fine on the controllers, but now it says "undefined." In my controller, I have used the following. But I get the same error.
-
AJAX 模式下的验证错误 目前,我使用它通过ajax显示验证错误: 如果我想将字段名称作为键,我必须迭代$rules,但即使我不使用字段名称作为键,但我必须迭代错误消息以构造$verrors。 如何转换为等效项,而无需迭
-
Jwt Authentication error 参数 3 传递给 Lcobucci\JWT\Signer\Hmac::d oVerify() 我正在研究一个学习laravel的项目,我看到了几个教程来使用它。它工作得很好,但现在显示错误并不总是,但我不知道为什么。就是这样: 传递给 Lcobucci\JWT\Signer\Hmac::d oVerify() 的参数 3
-
-
-
-
Laravel :在集合过滤上传递额外的参数 这个想法很简单,但是我还没有能够实现它。 这是代码 (我已经更改了变量的名称来描述它们的用法) 执行代码时,我收到错误 变量作为集合的过滤函数上的参数传递? 任何类型的建议
-
标签