Panel version: v1.10.1
-
put the
.patch
file into the root of your panel install -
run
php artisan down
to prevent access when applying -
run
git apply <name of patch file>
to apply the theme to your install -
run
yarn
to install all needed packages for building the panel -
run
yarn build:production
to build the panel -
run
php artisan up
to make the panel available againDONE!