"Add this in your component public function initialize(Controller $controller) { $this->controller = $controller; } Then access the request data in the component as follows: $this->controller->request->data "
"Add this in your component
public function initialize(Controller $controller) { $this->controller = $controller; }
Then access the request data in the component as follows:
$this->controller->request->data
"
#Web
Share this post