Nikita Logachev
Nikita Logachev
@josephmancuso Here's what I mean. This throws an exception, rather than rendering the home view: It's not about a calling a method on a model. It's about the fact that...
For reference, Laravel have a great DX for this: https://laravel.com/docs/9.x/verification I may take a crack at starting a PR next week for this, useful for what we're working on.
What didn't you like about your previous implementation? Useful to keep the lessons learned, if you don't mind sharing.
Thanks for that. I've just implemented and deployed email verification today so can provide a high level overview of what I did: * Middleware: EmailMustBeVerified - looks at verified_at and...
This was the cause of this issue: https://github.com/MasoniteFramework/masonite/issues/693 I thought that it was tests framework related somehow, but it's the same thing. The `@morph_many` relation isn't usable right after a...