I am trying to create a select box. If I have {{ select(param1, param2, param3) }}. How can I see what the parameters are that I need to pass in? I am using phpstorm and would prefer to be able to press ctrl + p to view the functions parameters.
I am trying to create a select box. If I have {{ select(param1, param2, param3) }}. How can I see what the parameters are that I need to pass in? I am using phpstorm and would prefer to be able to press ctrl + p to view the functions parameters.