You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default FriendsOfCake/bootstrap-ui layout expects the files to be available under /bootstrap_u_i, so by symlinking the path like that, it picks almost everything up right away automatically.
The text was updated successfully, but these errors were encountered:
I would prefer to have Bootstrap included using composer instead of npm as well.
The ./webroot/bootstrap_u_i folder should be created by bin/cake plugin assets symlink, but maybe the other symlinks could be done in the InstallCommand.php
FriendsOfCake/bootstrap-ui does not come with Bootstrap itself, so we need to install the whole thing separately.
Right now the recommended way to do that seems to be via
npm
, either usingbin/cake bootstrap install
or manually:Consider recommending getting Bootstrap from
composer
. I think that's much faster, more native to PHP and does not requirenpm
to be available.(I had to install
twbs/bootstrap-icons
separately becausetwbs/bootstrap
doesn't seem to contain thefont
directory.)Link your application webroot to where Bootstrap files are actually located:
The default FriendsOfCake/bootstrap-ui layout expects the files to be available under
/bootstrap_u_i
, so by symlinking the path like that, it picks almost everything up right away automatically.The text was updated successfully, but these errors were encountered: