Samuel Asor
Samuel Asor
Well, since you've already published the `AuthController` in your App folder, you can try either of the following: - Add a `protected $helpers` variable to store your helpers in an...
Hi @datamweb, Thanks for the reply. One of the reasons why I raised the issue is that in a production environment, the user will be presented with a `whoops` page,...
> No problem. If someone really wants this feature, they would take over this PR. You don't need to close this. How does one take over or contribute to an...
I've seen some websites use something like this after the initial email validation: ```text If the email you entered exists in our database, you will receive a link to reset...
If we are to adopt it, definitely, other messages will be updated, not just `magicLinkDetails`. For this, we can update the `magicLinkDetails` and `invalidEmail` to use the same message, or...
Thanks @AryaSvitkona. > If I add the `--exclude=vendor` parameter to the existing parameter list (based on your example), the folder still persist after sync. Did you include the `--delete-after` option?