The following code allows you to export a .CSV file using the maatwebsite / laravel-excel library from Laravel 5.2 .
Excel::create('Filtro Productos Concentrado', function($excel) use($ini, $fin, $gr)
{
$granjas = Granja::all();...
asked by
09.04.2018 / 21:46