Plugin - Parameter Passing

Hi there,

we are writing a plugin for LibreNMS and we would know how to pass parameters to .inc file to have a conditional table displayed.

Tnx

Use GET/POST probably.

Thnx for your replay Murrant.
The problem is that we would have conditional inc.php in the plugin, depending on OS.
Is it possible?

Sorry but I’m very poor with PHP

Thank you in advance

Yes $_REQUEST is a super global and you should be able to access the Request facade from Laravel too. https://laravel.com/docs/7.x/requests