Adding Js Css To Ftx Templates
1. Move files to assets
Put JS and CSS files into
resources/assert/(js or css)/vendors
2. Code
For JS: put the require and the code into
window.onload = function()For CSS: import the sheets used
3. Compile assets
Open Homestead SSH (top left of screen)
Type
npm run devornpm run hot(if doesn’t work, donpm install, and try again)
Last updated
Was this helpful?