Cita:
Iniciado por pateketrueke En packagist.org hay muchas librerías, deberías revisar.
Me decidi por
http://image.intervention.io/getting...d/installation
php composer.phar require intervention/image
pero al instalar me dice
Código BASH:
Ver originalUsing version ^2.3 for intervention/image
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- intervention/image 2.3.7 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system.
Installation failed, deleting ./composer.json.
ya habilite la extension fileinfo en todos los archivos php.ini, incluso en el phpinfo() dice enabled version 1.0.5 (no se si sea muy antigua o no), pero cuando ejecuto
php -m
no me aparece en el listado, incluso ya reinice varias veces apache y hasta la computadora, que sera entonces?
php -re fileinfo
Código PHP:
Ver originalException: Extension fileinfo does not exist
pero entonces porque en el phpinfo() si aparece