Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
resources
/
exceptions
/
renderer
:
scripts.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import tippy from 'tippy.js'; import alpine from 'alpinejs'; import hljs from 'highlight.js/lib/core'; import php from 'highlight.js/lib/languages/php'; alpine.start(); hljs.registerLanguage('php', php); window.hljs = hljs; hljs.highlightElement(document.querySelector('.default-highlightable-code')); document.querySelectorAll('.highlightable-code').forEach((block) => { if (block.dataset.highlighted !== 'yes') { hljs.highlightElement(block); } }); tippy('[data-tippy-content]', { trigger: 'click', arrow: true, theme: 'material', animation: 'scale', });