Laravel – how to send some value of a parameter from a blade view files to a controller? - development

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

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

ng-include of inline SVG does not display gradient except in Chrome