PHP code example of pannonpuma / laravel-crawler
1. Go to this page and download the library: Download pannonpuma/laravel-crawler 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/ */
pannonpuma / laravel-crawler example snippets
return [
];
$laravelCrawler = new PannonPuma\LaravelCrawler();
echo $laravelCrawler->echoPhrase('Hello, PannonPuma!');
bash
php artisan vendor:publish --tag="laravel-crawler-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-crawler-config"
bash
php artisan vendor:publish --tag="laravel-crawler-views"