Ckfinder/ckfinder-laravel-package !!better!! Now

'disabledCommands' => ['RenameFolder', 'DeleteFiles', 'Crop'],

This usually means the in config/ckfinder.php is returning false . Check your session handling or middleware. If you are using an API token (Sanctum/Passport) instead of session cookies, standard auth()->check() might fail. You may need to implement a custom middleware to inject the user based on the token. ckfinder/ckfinder-laravel-package