Your specific problem is with a missing intl extension which was not included in the extensions installed in the blog post; make sure you are installing and enabling the needed intl extension:
sudo apt install php7.4-intl
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I just clone my repo to digitalocean and just run composer install and get this error:
Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Your requirements could not be resolved to an installable set of packages.
Problem 1 - Installation request for cknow/laravel-money v5.0.1 -> satisfiable by cknow/laravel-money[v5.0.1]. - cknow/laravel-money v5.0.1 requires ext-intl * -> the requested PHP extension intl is missing from your system.
To enable extensions, verify that they are enabled in your .ini files: - /etc/php/7.4/cli/php.ini - /etc/php/7.4/cli/conf.d/10-mysqlnd.ini - /etc/php/7.4/cli/conf.d/10-opcache.ini
Googled the error and find this:
Install what it's say but still get the same error
Your specific problem is with a missing intl extension which was not included in the extensions installed in the blog post; make sure you are installing and enabling the needed intl extension:
sudo apt install php7.4-intl
Please or to participate in this conversation.