So I’ve literally never used CakePHP before and I have no idea what I’m doing when it comes to stuff like using plugins. What I’m trying to do is install the SB Admin 2 plugin so that I can use the elements in my website’s visual design. I’ve been trying to follow what the cookbook says, but it isn’t working. So far, this is what I’ve done:
Run the command to download the package from packagist:
composer require iron-summit-media/startbootstrap-sb-admin-2
Added the plugin path to the vendor/cakephp-plugins.php file.
Run ‘bin/cake plugin load sbAdmin’ (which is what I named it in cakephp-plugins.php)
I copied the HTML from the index page in the plugin files to a page that I’m using to test if it works, and it isn’t loading the plugin specific div classes. What do I need to do from here to use this correctly? Apologies if this seems under-researched but I’ve been trying for hours.