DEV Community

Discussion on: How to implement a simple like system with Laravel

Collapse
 
bytescoded profile image
Winner Onaolapo

Thanks for this tutorial sir. Just curious is there a way to do this without having the user to sign in before liking a post? Thank you, sir

Collapse
 
bdelespierre profile image
Benjamin Delespierre

Well, you could tweak the design a bit by making the user_id nullable in order to create userless likes.