Template customization
Edit CSS
resources/css/app.cssnpm run devnpm run watchEdit structure
File path to Head
resources/view/layout.blade.phpLast updated
In this section, you can find the information about the templates and how to customize them.
Global CSS:
resources/css/app.cssEdit CSS via these commands:
npm run devnpm run watchTo edit a box structure, edit .php in the blade files.
You can use any other language or framework, such as JavaScript or Vue.js.
To edit the head, follow this file path:
resources/view/layout.blade.phpLast updated