hedii / php-crawler

A php crawler that finds emails on the internets
MIT License
134 stars 65 forks source link

'php-crawler/public/searches' not found #19

Closed qqqlllyyyy closed 8 years ago

qqqlllyyyy commented 8 years ago

I installed the package and the step 'php artisan crawler:build' seems to be okay: screen shot 2016-09-14 at 11 08 57 am

But I could not find anything in the browser: screen shot 2016-09-14 at 11 10 00 am

My php version is 7.0.10 and the required extensions are installed: http://yz.bxaf.com:8001/phpinfo.php

hedii commented 8 years ago

You have not configured your web server.

On the same folder as your picture above, run php artisan tinker then type public_path();and hit enter. It gives you the public directory path.

You have to configure your apache server root directory with this path.