parmanand741 started a new conversation+100 XP
1w ago
I created a Laravel 13 with Livewire Starter Kit project, selecting the following options:
- Which Starter Kit would you like to install? [None]: livewire
- Which Authentication Provider would you prefer? [Laravel's built-in authentication]: laravel
- Would you like to use single-file Livewire components? (yes/no) [yes]: yes
- Would you like to add Teams support to your application? (yes/no) [no]: no
- 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?