英文: Setting the column fields for a laravel model 问题 在另一个类似Django的MVC框架中,我们可以通过在相应的模型类中定义属性来定义列字段。 在...
我可以获取令牌,但在安全路由中显示了CORS错误。
英文: I can get the token but CORS error display in secure route 问题 我想将Laravel与Angular集成。我可以获得令牌,因为我在c...
Passing arrays from laravel controller to view
英文: Passing arrays from laravel controller to view 问题 I can help you with the translation. Here's th...
为什么在分页时我得到了不同的变量类型? (Laravel)
英文: Why i got diffrent variables types using pagination? (Laravel) 问题 I have weird problem, i got 2 ...
Laravel验证不如预期运作。
英文: laravel validation does not function as expected 问题 我正在尝试使用Laravel 10创建一个RESTful API,但在尝试验证输入时,验...
改变 Laravel 邮件配置在运行时
英文: Change Laravel mail configuration during runtime 问题 我需要在运行时更改Laravel的邮件配置。这是因为在运行时需要多次更改配置,而不仅仅在...
返回带有高亮搜索文本和截断数据的搜索结果。
英文: Return search results with highlighted search text and truncated data 问题 如何在我的数据库的新闻表中创建一个搜索功能,它...
Laravel 9: 可选控制器参数错误
英文: Laravel 9: optional controller parameter error 问题 So the $id is an optional parameter, but it gi...
Laravel:安装 Laravel Breeze 时出错
英文: Laravel: Error in installing laravel breeze 问题 尝试安装Laravel Breeze时遇到以下错误: 您的要求无法解决为可安装的软件包集。 问题 ...
Relationships laravel doesn’t work after 5th position
英文: Relationships laravel doesn't work after 5th position 问题 我有2个模型: 模型1 -> 有多个模型2 public fun...
75