Maybe I am just dense or missing something obvious, but how do I use the autoloader plugin that is included in the bedrock framework. I am guessing that it requires a function call in the theme functions.php file but I couldn’t find any documentation on it. I’m sure it is something really obvious that I am just missing.
It enables must-use plugins to be installed via composer and it enables you to declare standard plugins as must-use (meaning that they don’t need to be activated manually and cannot be deactivated from the dashboard).