The packages tries to provide 100% coverage for debugging your application by logging request
, response
, quires
and application logs
in one location and providing you one dashboard to look at all the things.
composer install dagar/crawler
php artisan migrate
Goto http://localhost:8000/crawl
to open dashboard and start debugging.
The url and all other features can be configured from config file.
- IP Whitelist
- Useragent Whitelist
- Refer Header Whitelist
MIT