laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.95k stars 809 forks source link

Error installing after upgrading from laravel 7.16 to 8 #471

Closed techguydev closed 3 years ago

techguydev commented 3 years ago

Description:

I am getting this error when installing: Problem 1

Installation failed, reverting ./composer.JSON to its original content.

Steps To Reproduce:

composer require laravel/jetstream

bonzai commented 3 years ago

Your app is using bacon/bacon-qr-code:1.0.3 where Fortify (used by Jetstream) requires bacon/bacon-qr-code:^2.0.

driesvints commented 3 years ago

Jetstream is meant for new laravel apps, not existing ones.