Where is Jetstream?

As we all know, Laravel 8 comes with Jetstream for Authentication instead of Laravel UI. But it has few requirements to be met.

  1. Jetstream is designed using Tailwind CSS.
  2. Offers your choice of Livewire or Inertia scaffolding.

We have opted for Laravel UI as our template is designed based on bootstrap CSS framework and Laravel UI supports bootstrap CSS. Also, we do not offer any scaffolding for Livewire or Inertia which is the base for using Jetstream.

One can always install Jetstream and remove Laravel UI from their project but it will be custom work on their end. Follow Jetstream documentation to get started with it.