Add following lines to your composer.json
file:
"require": {
...
"mwsimple/crawl-site": "2.3.*@dev"
}
Execute:
php composer.phar update "mwsimple/crawl-site"
Add it to the AppKernel.php
class:
// ...
new MWSimple\Bundle\AdminCrudBundle\MWSimpleCrawlSiteBundle(),
php app/console mwsimple:crawlsite
This bundle extends Goutte.
Gonzalo Alonso - [email protected]