Cake doesn't load plugin
falco442 opened this issue · 5 comments
falco442 commented
Hi. I use CakePHP 2.6, but when I try to use your plugin, Cake doesn't load it.
I put the line in bootstrap.php
CakePlugin::load('Localized');
and before I unzipped the Localized folder (naming it 'Localized') into the app/Plugin directory.
But when I look into the DebugKit Toolbar, looking for the loaded plugins, the Localized plugin doesn't appear! Can you help me?
lorenzo commented
Did you download the localized plugin? https://github.com/cakephp/localized/
luizs81 commented
Exact same problem here.
I double checked if:
- Localized folder is in the correct place (app/Plugin)
- With the correct name (Localized)
- Loaded in the bootstrap.php (tried by name and using loadAll() as well)
No luck so far
falco442 commented
Sure, I downloaded from this link on GitHub.. I don't know why it doesn't load itself, even if I do all the steps :-\
Oxicode commented
Instalo mediante componer
dereuromark commented
Any update here? Installation through composer is indeed preferred (and definitly working).