DEV Community

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

Collapse
 
webfuelcode profile image
webfuelcode • Edited

I followed the steps, running the localhost says "trait app\concerns\likeable" not found... Tried a lot to figure out the reason but failed. It may be a typo or the new version is the reason. Can you tell me...

Collapse
 
bdelespierre profile image
Benjamin Delespierre

It's very unlikely a version issue (if you're running PHP7.2+ of course).

If you see the 'not found' error it means a namespace import is missing.