I am trying to install an
Laravel
Framework project run on my local machine.Laravel
Framework-4 already installed- Package downloaded - https://github.com/mrakodol/Laravel-5-Bootstrap-3-Starter-Site
- now I get error when I try to compose
Please help me.
Answer:
From PHP.net:
Windows users must include the bundled php_fileinfo.dll DLL file in php.ini to enable this extension.
Check your php.ini file to ensure the .dll file is listed. The line is probably there and looks like
;extension=php_fileinfo.dll
so just remove the ;
.
0 Komentar