Skip to content

scan.php #4

@AntoninSlejska

Description

@AntoninSlejska

Hello,
the scan.php (Ch. 4) did not work by me. I had to change the code as following:

<?php
require 'vendor/autoload.php';
use League\Csv\Reader;
$client = new \GuzzleHttp\Client();
$csv = Reader::createFromPath($argv[1]);
...

Cheers,
Antonin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions