Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Vicdrilo's avatar

Laravel 11 email verification for Rest API

Hello everybody!

I'm working on a personal project and trying to create the backend for a REST API. It seems that the documentation is more aimed at using views. The case of email verification is an example.

I'm trying to follow the documentation, but I'm not sure if I'm doing it correctly. Does anyone know a site where I can follow the different steps? Everything I found isn't for Laravel 11.

Thanks.

0 likes
1 reply
jlrdw's avatar

The initial setup for using an API should be the same as a regular web app as far a verifying email. Also see the chapter on Sanctum.

1 like

Please or to participate in this conversation.