hraq / cake-intl
CakeIntl plugin for CakePHP
0.1
2015-07-01 09:30 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
This package is not auto-updated.
Last update: 2026-03-29 01:29:22 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 :)