@luikang have you check this already? https://jetstream.laravel.com/1.x/features/api.html
User management in Laravel 8 with API
Hello All!
I'm making an application with Laravel8/Jetstream backend and Vue2 FrontEnd. (New to Laravel, but learned a lot from Jeffrey's "from Scratch" videos and I love the ecosystem!)
I would like to make a frontend page for managing users by admin and a profile manager for every user to edit their own data with password change function - using the services of Jetstream and Fortify.
Jetstream and Fortify presents a solution with Web, but I didn't find any help in the documentations if I would like to handle it by API.
I've found some solution to just get the User, modify it and save it, but I don't get how can I use the built in validations.
Can you please help me where should I start, with which components should I work with?
Many thanks in advance!
Please or to participate in this conversation.