I’m getting a fatal error on Pterodactyl because it’s trying to load a missing Blueprint extension:
require(/var/www/pterodactyl/.blueprint/extensions/blueprint/private/extensionfs.php): Failed to open stream: No such file or directory
The error comes from:
app/Providers/Blueprint/ExtensionfsConfigProvider.php
and it’s breaking all requests, including artisan commands.
Additionally, Laravel throws: Target class [cache] does not exist after this.
I want to remove the Blueprint dependency safely so the panel runs again without reinstalling Pterodactyl.