Skip to content

Bug: Can't Login After Composer Package Update #210

Closed Answered by skoontastic
ProblematicToucan asked this question in Q&A
Discussion options

You must be logged in to vote

Try adding this to your composer.json file:

"post-update-cmd": [
    "@php artisan vendor:publish --tag=livewire:assets --ansi --force"
]

Then run composer update.

This worked for me. There was an error in the console about the Livewire assets being out of date.

Documentation: https://livewire.laravel.com/docs/installation#publishing-livewires-frontend-assets

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ProblematicToucan
Comment options

Comment options

You must be logged in to vote
2 replies
@ProblematicToucan
Comment options

@bobbyiliev
Comment options

Answer selected by ProblematicToucan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants