I am trying to use the asset extension, I have a public directory with index and htaccess and an assets directory, I am trying to load assets, CSS, js, and images from this directory and nothing is working for me.
$engine->loadExtension(new League\Plates\Extension\Asset(BASE_PATH . '/public/assets', true));