Build Jetstream-like application step by step using Bootstrap 5, Fortify, Inertia, React with Laravel

andyyou
1 min readJan 16, 2021

If you join the Laravel world for short time and not an expert like me, but you want to learn about Jetstream more, it’s for you. This article is quite long and tries to re-implement it to help you understand more. I believe it can help you understand Jetstream in a practical way. This article tries to mimic features of Jetstream from scratch, build the demo step by step. It’s not a best practice but it wants to show you most of the Jetstream features and give you the ability to custom them.

And also, It’s not 100% the same with Jetstream. I pick different frameworks and libraries. Once you understand it you can change anything you want.

The biggest difference is using React and Bootstrap. Seems content is too long and hard to post on here so I like to share the outline first.

If you are an experienced developer and want to check out code directly. Please feel free to visit Github. I split steps into the different commits. Hope it can help you.

Let’s Get started

--

--