cakephp / localized

I18n and L10n related CakePHP code
Other
213 stars 177 forks source link

Cake doesn't load plugin #94

Closed falco442 closed 9 years ago

falco442 commented 9 years ago

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 9 years ago

Did you download the localized plugin? https://github.com/cakephp/localized/

luizs81 commented 9 years ago

Exact same problem here. I double checked if:

No luck so far

falco442 commented 9 years ago

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 9 years ago

Instalo mediante componer

dereuromark commented 9 years ago

Any update here? Installation through composer is indeed preferred (and definitly working).