PteroTheme/README.md

1.6 KiB

Nook Theme

NookTheme is a free and open source Pterodactyl theme designed to be simple, clean, and modern.

Image

View Screnshots

Image Image Image Image

Installation

First go to the panel route and set the panel as under maintenance

cd /var/www/pterodactyl

php artisan down

Download the update

curl -L https://github.com/Nookure/NookTheme/releases/latest/download/panel.tar.gz | tar -xzv
chmod -R 755 storage/* bootstrap/cache

Update the dependencies

composer install --no-dev --optimize-autoloader

Clear the blade templates cache

php artisan view:clear
php artisan config:clear

Documentation

License

Pterodactyl® Copyright © 2015 - 2023 Dane Everitt and contributors.

Nookure is not affiliated with Pterodactyl® Panel or its contributors.

Pterodactyl code released under the MIT License.

NookTheme code edits released under the GNU GPLv3 License.