Laravel 4 - no guessers available issue

核能气质少年 提交于 2019-12-01 15:50:18

uncomment this line in php.ini into php folder.

extension=php_fileinfo.dll

and restart the server(enter 'php artisan serve' again). This way will works!

Open php.ini file and you can find ;extension=php_fileinfo.dll remove the semi-coloumn to extension=php_fileinfo.dll will work perfectly then restart the your apache server or xampp ,wampp whatever environment you are using

I think is the WAMP Web Server's Bug. I switched to XAMPP Web Server and it works fine.

Thanks alot by the way.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!