DEV Community

Discussion on: Laravel Internal Server Error 500 (solution)

Collapse
 
deadstar1 profile image
Mar Adrian Belen • Edited

for my experience, I used the wrong data type. it should be string and not array. :D. The error happens when model instance: >save(); is called