dcblogdev / dcblogcomments

2 stars 0 forks source link

install-php-intl-on-mac-using-homebrew #20

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

Install PHP INTL on Mac using HomeBrew - DC Blog

Mac’s come with PHP installed but they don’t come with the PHP extension INTL install...

https://dcblog.dev/install-php-intl-on-mac-using-homebrew

Jucon8 commented 4 years ago

Thanks mate!!!

Lllesliee commented 10 months ago

I’ve found a tool called ServBay.dev can provide much easier way for PHP developers, especially the beginners. It includes all versions of PHP, MariaDB, and PostgreSQL, as well as Redis and Memcached. Users can run multiple versions of PHP instances all at once. Trust me, it’s made my PHP dev life a whole lot smoother. Might be worth a shot for you to check it out!

dcblogdev commented 10 months ago

thanks, I'll check it out, I've started to use https://herd.laravel.com/ this is has self contained binaries so you don't have to install ant php version directly.

I may do a follow up post on using ServBay and possibly Herd too