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.css

Edit CSS via these commands:

npm run dev
npm run watch

Edit 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.php

Last updated