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
tenebrousedge edited this page Dec 25, 2012
·
1 revision
Copula should be loaded as normal in your app’s bootstrap.php, using CakePlugin::load(). It does not require any routes or a bootstrap file of its own to be loaded.
Your code on the other hand will probably need to load the configuration file containing your paths in the bootstrap file using Configure::load(). Copula will not load the paths automatically for you; the way the Configure class is written makes this phenomenally hard to test.