parmanand741's avatar

Laravel 13 with Livewire Starter Kit project

I created a Laravel 13 with Livewire Starter Kit project, selecting the following options:

  1. Which Starter Kit would you like to install? [None]: livewire
  2. Which Authentication Provider would you prefer? [Laravel's built-in authentication]: laravel
  3. Would you like to use single-file Livewire components? (yes/no) [yes]: yes
  4. Would you like to add Teams support to your application? (yes/no) [no]: no
  5. Would you like to install Laravel Boost to enhance AI-assisted coding? (yes/no) [yes]: yes

After selecting these options, I expected it to install single-file Livewire components, but that did not happen. When I viewed the Login page, the login functions were not located on that same page as livewire single file components works. Am I doing something wrong, or is this how the Livewire Starter Kit is supposed to work? Could someone please help me?

0 likes
2 replies
jlrdw's avatar

Are you sure Livewire 4 was pulled in?

ghabriel25's avatar

@parmanand741 Authentication was handled by fortify. You can open your config folder and see fortify.php then scroll to the very bottom.

Please or to participate in this conversation.