hraq/cake-intl

CakeIntl plugin for CakePHP

Installs: 1 253

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Open Issues: 0

Type:cakephp-plugin

0.1 2015-07-01 09:30 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:55:49 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require hraq/cake-intl dev-master --ignore-platform-reqs

Add:

Plugin::load('CakeIntl', ['bootstrap' => true]);

in "config/bootstrap.php"

Notes

THIS PLUGIN DOESN'T CONTAIN ANY FUNCTIONALITY.

If you need any real functionality from Intl, please install "php_intl".

IMPORTANT: Every time you use install or update in composer, you need put "--ignore-platform-reqs" also in command

Thank you :)