DEV Community

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

 
bdelespierre profile image
Benjamin Delespierre

most welcome my friend. You can also check this out, it's a working implementation of the like system github.com/bdelespierre/laravel-li...

Thread Thread
 
md3108 profile image
MD3108

I managed to get as far as last time same error presists...
SQLSTATE[22007]: Invalid datetime format: 1292 Truncated incorrect INTEGER value: 'like' (SQL: delete fromnoteswhereid= like)`

however I think in 'app/Models/Concerns/Likes.php' the 'use App\Like' should be 'use App\Models\Like'. For the rest I got a flaw less exp. just don't know how to solve that issue there.