Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not installing usable Jetstream + Livewire scaffolding #290

Closed
CyberPunkCodes opened this issue Oct 18, 2023 · 1 comment
Closed

Not installing usable Jetstream + Livewire scaffolding #290

CyberPunkCodes opened this issue Oct 18, 2023 · 1 comment

Comments

@CyberPunkCodes
Copy link

Installer Version

5.1.3

Description

First load of the site and it throws an error that the database laravel.test doesn't exist. It should show the default laravel starter page and just not have the login/register links showing. Ok.. so I edit .env file and database matches up. Then php artisan migrate.

The default laravel page shows.. should be good, but it's not. Click "register" and create an account, the account is created in the database, but I get Unable to find component: [navigation-menu] on the dashboard page/layout.

It seems that the installer is failing to install something in my scaffolding lineup correctly.

I just installed Jetstream a few weeks ago. I don't recall if I installed Livewire with it or not. I am pretty sure I used the laravel installer at least.

Is anyone else having the same issue?

PHP 8.2.9

Steps To Reproduce

laravel new laravel.test
 - Laravel Jetstream 
 - Livewire
 - Dark mode
 - Pest
 - No
@CyberPunkCodes
Copy link
Author

It appears this is also happening when not using laravel installer and installing jetstream. The errors I had leading up to it, plus just recently using jetstream, led me to believe it was this installer.

Though I do think a fresh install shouldn't throw an error about the database and it should behave like a default basic Laravel app where it shows a default page and just doesn't provide the login/register links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant