PHP code example of aw-studio / fjord-csv

1. Go to this page and download the library: Download aw-studio/fjord-csv 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/ */

    

aw-studio / fjord-csv example snippets


return [
    ...
    'assets' => [
        // Set path to the app.js file.
        'js' => '/path/to/compiled/app.js',
    ],
    ...
];