Solved this way:
(Input::has('portfolio')) ? true : false;
looks like
Input::get('portfolio');
returns nothing in case with checkbox.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community