cakephp / localized

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

Installing issue #113

Closed hermancito closed 8 years ago

hermancito commented 8 years ago

If you install the plugin with:

composer require cakephp/localized

and you load it with:

bin/cake plugin load Localized

Then you add in bootstrap.php: Plugin::load('Localized'); But it must be: Plugin::load('Cake/Localized');

I don't know if this is a particular issue or no, but possibly can help to someone Regards