You have to convert the input for "profilebox" to a string if you want to store the values as a string in the database.
Try this:
$profilebox = implode(',', Input::get('profilebox')); // e.g. R,E,D
Omg! Thanks so much!!! Appreciate your help!!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community