[root@pterodactyl pterodactyl]# ls -a .blueprint/data/extensions . .. recolor [root@pterodactyl pterodactyl]# ls -a .blueprint/data/extensions/recolor . .. .store [root@pterodactyl pterodactyl]# ls -a app/Http/Controllers/Admin/Extensions . .. Blueprint recolor [root@pterodactyl pterodactyl]# ls -a app/Http/Controllers/Admin/Extensions/recolor . .. recolorExtensionController.php [root@pterodactyl pterodactyl]# [root@pterodactyl pterodactyl]# ls -a resources/views/admin . api eggs extensions.blade.php locations nests servers users .. databases extensions index.blade.php mounts nodes settings [root@pterodactyl pterodactyl]# ls -a resources/views/admin/extensions/recolor . .. index.blade.php [root@pterodactyl pterodactyl]# cat resources/views/admin/extensions.blade.php @extends('layouts.admin') @section('title') Extensions @endsection @section('content-header')
You need to finish installing Blueprint to start using extensions.
@endif @endsection [root@pterodactyl pterodactyl]# cat resources/views/admin/extensions/recolor/index.blade.php