I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...
I have a form which loops through an array to create the form elements, so the name of each input el...
I am well into a project where I have a number of resource controllers. They have all been working p...
I've constructed a select list in a dashboard view, which lists id and name of various components. T...
I wish to make a select box of city names for a form. I have been able to create and pass to my view...
As to forgetting to close the method -- color me red-faced. I should have caught that! For the nulla...
Thanks again -- Answers: When I try to put in the default value, I get an error. e.g., {{ Form::se...
OK, thanks! I passed the list this way (based on another hint I found elsewhere): {{ Form::select('c...
Thanks, machuga. I actually discovered an even more basic error which was that I had accidentally la...
Thank you both very much! That's very helpful.
The Laravel portal for problem solving, knowledge sharing and community building.