Is it possible to bind lets say I have class SearchForm with attributes filter1, filter2. and on my controller I have action like public function myAction(SearchForm $form) { }
when I create form inputs with the same name as the attributes it will automatically instantiate the class SearchForm with the attributes populated by the form inputs?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community