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