Sign in
Log inSign up
Tapan Sharma

1 like

·

491 reads

4 comments

Mikołaj Sodzawiczny
Mikołaj Sodzawiczny
May 27, 2023

I created the account to tell you this - thank you so much for creating this tutorial. Manual setup has been a nightmare and the documentation is so spare, spend hours on trying to figure out the correct vite setup and playing with your github repository and adjusting it to my needs allowed me to render the freaking svelte component :D Thank you so much for publishing this article

·
·1 reply
Tapan Sharma
Tapan Sharma
Author
·Aug 18, 2023

I'm a bit late in replying to you but thanks a lot for the appreciation.

It really motivates me to write more blogs and create more content.

·
Reynel cuevas
Reynel cuevas
Jul 27, 2023

Hi! Thanks for the article. Just one question: How does inertia authenticate users? If I wanted to include authentication other than Breeze or Jeststream, would I need to go with Fortify + Sanctum or else?

·
·1 reply
Tapan Sharma
Tapan Sharma
Author
·Aug 18, 2023

Inertia won't authenticate users, that would be done by your laravel backend, so you can basically use anything that you can use on a typical laravel project.

Things change only in the front end, how you submit forms and send data to the backend, everything else is the same.

·