Skip to content

Custom Style

Asep edited this page Feb 18, 2023 · 2 revisions

If you want to change the style, or add a script to the Ladmin module, you can start by going to the Ladmin directory.

cd Modules/Ladmin && npm install

Run ViteJs in root project directory

npm run dev

Change Accent Color

You can also change the accent color of the Ladmin template, open the file Modules/Ladmin/Resources/scss/_variable.scss and after that change the variable $primary with the color you want.

. . .

$primary:       #6f42c1; // purple

. . .

Green Dashboard

You can also add some feature by add other package, for example adding vue, Laravel Echo, etc.