Lingling Jiang
Lingling Jiang
@jqhph 急, 请大佬指教如何才能实现在auth provider 重定向回来如何在 代码中实现dcat-admin用户登录,并显示登录后的页面?比如在我上面的代码中return redirect(url('/admin'));后,还是显示登录页面,好像前面的登录代码没起作用,但是我在跳转前面加dd(Admin::user()); 有能看到该用户的信息打印出来。
我也有类似的问题,不过是在关系字段,用的正则表达式是直接从示例中拷贝的。同样的正则用在非关系字段就可以, 对于关系字段该如何验证呢?文档中没有提到这方面。 `$form->text('address.postal_code')->rules('regex:/^\d+$/');` 错误信息: Method Illuminate\Validation\Validator::validateRegex:/^\d+$/ does not exist. {"exception":"[object] (BadMethodCallException(code: 0): Method Illuminate\\Validation\\Validator::validateRegex:/^\\d+$/ does not exist. at C:\\laragon\\www\\taxwork2\\vendor\\laravel\\framework\\src\\Illuminate\\Validation\\Validator.php:1515) [stacktrace]
小米红5手机,离线状态连程序都启动不了,那下载的书籍还有什么用呢?不在线程序都无法运行,这种设计有点奇怪啊!!
I'd like this feature as well. It is annoying to have to download the pdf file in order to view it. Inspired by the information in a similar request, here...
Tried out the solution by @albertmatyi. The pdf is successfully embedded on the page. Big thanks to @albertmatyi. But it also causes errors if you want to export that page...
@njh @indeyets: I want to fine-tune RDF/XML output in my project. I am using v0.9.0 now. What kind of values can go to $options array when I call $format =...
Have you guyes tried on Laravel 7? wondering if it will work on 7 magically ...
Hello, this is the exact feature I am looking for. Any progress? I am confused about version 2.1... the current version is still 0.2 and the 2.1 branch seems inactive...
+1. Failed to install in Laravel 9. hope this issue can be resolved soon.
I have the same issue with Firefox. works with Chrome. I am using v2.0.1. I added my virtual domain like 'allowed_origins' => ['https://site.test'], but it doesn't solve the issue.