1. 패키지 설치
1 | composer require maatwebsite/laravel-nova-excel | cs |
2. 해당 Nova/User.php actions 인스턴스 추가하기
1 2 3 4 5 6 | public function actions(Request $request) { return [ new DownloadExcel, ]; } | cs |
3. 해당 페이지에서 다운로드를 받는다.
'라라벨 > NOVA' 카테고리의 다른 글
nova 글 작성 유저 삽입하기 (0) | 2020.01.10 |
---|---|
(package) user permission tool(ACL) (0) | 2020.01.07 |
라라벨 설치부터 노바 미디어라이브러리 설치 (0) | 2020.01.06 |
windows에서 nova 404뜰때 (0) | 2020.01.06 |
nova multiple images (0) | 2020.01.06 |