File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 92
92
tinymce .init (editor_config);
93
93
</script >
94
94
95
- <script src =" /vendor/laravel-filemanager/js/lfm.js" ></script >
95
+ <script >
96
+ {!! \File:: get (base_path (' vendor/unisharp/laravel-filemanager/public/js/lfm.js' )) ! !}
97
+ </script >
96
98
<script >
97
99
$ (' #lfm' ).filemanager (' image' , {prefix: route_prefix});
98
100
</script >
Original file line number Diff line number Diff line change 116
116
var lang = {!! json_encode (trans (' laravel-filemanager::lfm' )) ! !} ;
117
117
</script >
118
118
<script src =" {{ asset (' vendor/laravel-filemanager/js/script.js' ) } }" ></script >
119
+ {{-- Use the line below instead of the above if you need to ignore browser cache. --}}
120
+ <!-- <script>{!! \File:: get (base_path (' vendor/unisharp/laravel-filemanager/public/js/script.js' )) ! !} </script> -->
119
121
</body >
120
122
</html >
You can’t perform that action at this time.
0 commit comments