newebtime / localization-extension
Intl extension for PyroCMS and Streams Platform
Installs: 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Forks: 0
Type:streams-addon
pkg:composer/newebtime/localization-extension
Requires
- anomaly/streams-platform: ^1.6
- lozhkindm/laravel-intl: ^3.0
README
Intl extension for PyroCMS and Streams Platform. Implementing propaganistas/laravel-intl
.
Installation
composer required newebtime/localization-extension
Provide
- All
propaganistas/laravel-intl
features are available. - Implement Twig functions:
country
,currency
,language
,number
.
See propaganistas/laravel-intl
for Usage.
Addon
The extension come with 2 bundle addons
money-field_type
- Similar to the core
decimal-field_type
, but using the localization instead of field configuration.
- Similar to the core
currency-field_type
- Similar to the core
select-field_type
withCurrency
handler, but using the localization currencies.
- Similar to the core