#Config### Laravel 4Laravel Excel includes several config settings for import-, export-, view- and CSV-specific settings.Use the artisan publish command to publish the config file to your project. php artisan config:publish maatwebsite/excelThe config files can now be found at `app/config/packages/maatwebsite/excel`### Laravel 5To publish the config settings in Laravel 5 use: php artisan vendor:publishThis will add an `excel.php` config file to your config folder.