Laravel – how to send some value of a parameter from a blade view files to a controller?
How to send value “” to some method in a controller?
e.g. show.blade.php – contains the value:
""
MyController.php – contains the method:
public function results(Request $request){
//and here I want to use the value
}
from Laravel Questions and Answers https://laravelquestions.com/php/laravel-how-to-send-some-value-of-a-parameter-from-a-blade-view-files-to-a-controller/
via Lzo Media
No comments:
Post a Comment