A Converter Class that Exports Eloquent Models to CSV, TSV, PSV, and XML
$models = Models::all();
$CC = CollectionConverter::makeFromPreset(CollectionConverter::CSV, "testing");
$CC->exportFormattedModelCollection($models); PHP >= 5.4 Laravel >= 4.2
Timothy Wilson