<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
adampatterson / laravel-csv-translations example snippets
return [
/*
|--------------------------------------------------------------------------
| Default Export Path
|--------------------------------------------------------------------------
|
| This is the default path where the translations will be exported to.
|
*/
'export_path' => base_path('lang.csv'),
];