1 | composer require emilianotisato/nova-tinymce | cs |
api-key 를 만든다.
config/nova.php 아래의 소스 추가
1 | 'tinymce_api_key' => env('TINYMCE_API_KEY'), | cs |
1 | php artisan vendor:publish --provider="Emilianotisato\NovaTinyMCE\FieldServiceProvider" | cs |
사용방법
1 2 3 4 5 6 7 | NovaTinyMCE::make('body')->options([ 'plugins' => [ 'lists preview hr anchor pagebreak image wordcount fullscreen directionality paste textpattern' ], 'toolbar' => 'undo redo | styleselect | bold italic forecolor backcolor | alignleft aligncenter alignright alignjustify | image | bullist numlist outdent indent | link', 'use_lfm' => true ]), | cs |
1 | composer require laravel/helpers | cs |
https://unisharp.github.io/laravel-filemanager/installation
1 | composer require unisharp/laravel-filemanager:~1.8 | cs |
1 | php artisan vendor:publish --tag=lfm_config | cs |
1 | php artisan vendor:publish --tag=lfm_public | cs |
캐시를 지우려면 명령실행
1 2 | php artisan route:clear php artisan config:clear | cs |
'라라벨 > NOVA' 카테고리의 다른 글
windows에서 nova 404뜰때 (0) | 2020.01.06 |
---|---|
nova multiple images (0) | 2020.01.06 |
(package) nova filemanager 파일관리자 (0) | 2020.01.05 |
nova Gravatar 사용자 사진으로 변경하기 (0) | 2020.01.05 |
글로벌 검색 왼쪽 laravel 변경하기 (0) | 2020.01.05 |