PHP code example of lobotomised / laravel-autocrawler

1. Go to this page and download the library: Download lobotomised/laravel-autocrawler library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

lobotomised / laravel-autocrawler example snippets

bash
php artisan crawl --concurrency=5
bash
php artisan crawl --timeout=10
bash
php artisan crawl --ignore-robots
bash
php artisan crawl --ignore-external-links
bash
php artisan crawl --output
bash
php artisan crawl --fail-on-error
bash
php artisan crawl --interactive
bash
php artisan crawl --help