dillingham / formation

Laravel search, sort, and filters
MIT License
0 stars 0 forks source link

add export #10

Open dillingham opened 2 years ago

dillingham commented 2 years ago
public function index(CustomerFormation $formation)
{
    return $formation->export('some-file-name.csv');
}