Step 1
git clone https://github.com/yarmat/linkedin-scraper.git ./
Step 2
composer install
Step 3
Fill login and password from LinkedIn
config/linkedin.php
Step 4
Fill db field settings
config/db.php
Step 5
Rename table name
src/Models/Company.php
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Company extends Model
{
protected $table = 'companies';
Step 6 (Run Script)
php index.php