https://infinetyes.github.io/Nova-Filemanager/2.5/installation.html
1 | composer require infinety-es/nova-filemanager | cs |
1 | php artisan vendor:publish --tag=filemanager-config | cs |
app/Providers/NovaServiceProvider.php
1 2 3 4 5 6 7 8 | public function tools() { return [ // ... new \Infinety\Filemanager\FilemanagerTool(), ]; } | cs |
사이드바에 파일메니저가 보인다.
'라라벨 > NOVA' 카테고리의 다른 글
nova multiple images (0) | 2020.01.06 |
---|---|
nova tiny 패키지 설치 (0) | 2020.01.05 |
nova Gravatar 사용자 사진으로 변경하기 (0) | 2020.01.05 |
글로벌 검색 왼쪽 laravel 변경하기 (0) | 2020.01.05 |
Resources 제목 변경하기 (0) | 2020.01.05 |