/home/techb158/ileadtechnology.com/vendor/laravel/passport/src/Console
NameSizeModeActions
ClientCommand.php52760644editdlrm
HashCommand.php14840644editdlrm
InstallCommand.php33170644editdlrm
KeysCommand.php15320644editdlrm
PurgeCommand.php20620644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/laravel/passport/src/Console/KeysCommand.php (1532B)
option('force')) { $this->error('Encryption keys already exist. Use the --force option to overwrite them.'); } else { $keys = $rsa->createKey($this->input ? (int) $this->option('length') : 4096); file_put_contents($publicKey, Arr::get($keys, 'publickey')); file_put_contents($privateKey, Arr::get($keys, 'privatekey')); $this->info('Encryption keys generated successfully.'); } } }