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