Install PHP INTL on Mac using HomeBrew

David Carr

Development Nova Framework

Mac’s come with PHP installed but they don’t come with the PHP extension INTL installed. This can cause problems when running projects locally that require INTL such as Nova Framework, Thankfully it’s easy to install using HomeBrew.

Internationalization extension (further is referred as Intl) is a wrapper for ICU library, enabling PHP programmers to perform various locale-aware operations including but not limited to formatting, transliteration, encoding conversion, calendar operations, UCA-conformant collation, locating text boundaries and working with locale identifiers, timezones and graphemes,

For php 7 install INTL with this terminal command:

brew install php70-intl

For php 5.6 install INTL with this terminal command:

brew install php56-intl

Restart terminal and your good to go.

Laravel Modules Your Logo Your Logo Your Logo

Become a sponsor

Help support the blog so that I can continue creating new content!

Sponsor

My Latest Book

Modular Laravel Book - Laravel: The Modular way

Learn how to build modular applications with Laravel Find out more

Subscribe to my newsletter

Subscribe and get my books and product announcements.

Fathom Analytics $10 discount on your first invoice using this link

© 2006 - 2024 DC Blog. All code MIT license. All rights reserved.