I'm trying to install laravel-excel on my laravel project. That library requires below php extensions to be enabled.
- PHP extension php_zip
- PHP extension php_xml
- PHP extension php_gd2
- PHP extension php_iconv
- PHP extension php_simplexml
- PHP extension php_xmlreader
- PHP extension php_zlib
I changed the php.ini accordingly. But I can't download related .dll files to copy to ext folder. Do you have any place to download these?
using built in php
then you must know php location ? – Zielsdorf