How to add User Registration feature to Laravel Fortify SPA

preview_player
Показать описание
In this video, we add the user registration feature to the SPA. Not only we add the Registration feature but also discuss how the registration works on the back-end & what can be customized on Laravel fortify.

🤝 You can support me by giving my videos a 👍 & by subscribing to the channel ✔️

---- Source Code ----

--- Laravel Fortify Without Jetstream Series ---
Рекомендации по теме
Комментарии
Автор

Hi bro, I like your videos, and thanks for creating those kind videos!

when you enter not valid info, you can see the exact clear error message in the alert, but why for me only shows undefined and returns code 22 (Unprocessable Entity) while I expect the clear error message ? any idea ? please!!

shawyarshah
Автор

how did you configure this? upon registration using postman I encountered this exception.

The data was saved on the database though. it just that the "auth->guard" variable is null. from

Argument 1 passed to must implement interface Illuminate\\Contracts\\Auth\\Authenticatable, null given,

mikrotv