Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Dúvida no Ex. 1 da Aula 1 - Introdução

agora esta dando o seguinte erro na instalação do projeto que é: your requerements could not be resolved to an installable set of packages.

cakephp/cakephp 3.1.5 requires ext-intl -> the requested php extension intl is missing from your system. cakephp/cakephp 3.1.4 requires ext-intl -> the requested php extension intl is missing from your system. cakephp/cakephp 3.1.3 requires ext-intl -> the requested php extension intl is missing from your system. cakephp/cakephp 3.1.2 requires ext-intl -> the requested php extension intl is missing from your system. cakephp/cakephp 3.1.1 requires ext-intl -> the requested php extension intl is missing from your system. cakephp/cakephp 3.1.0 requires ext-intl -> the requested php extension intl is missing from your system. installation reques for cakephp/cakephp ~3.1 -> satisfiable by cakephp[3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5].

1 resposta
solução!

Bom dia !

Sr . José,

Caso tenha instalado o php pelo Xampp segue a solução para seu problema :

1 abra a pasta /xampp/php/php.ini 2 Altere ;extension=php_intl.dll para extension=php_intl.dll (removendo ponto e vírgula no inicio) 3 Copie todos os arquivos da pasta /xamp/php/ic*.dll files para /xampp/apache/bin 4 Restart o Xampp pelo painel de controle dele

Espero ter lhe ajudado