Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
03d18e2394 installed opus and configure for laravel 2025-06-24 15:04:59 -03:00
2 changed files with 16 additions and 2 deletions

View file

@ -17,6 +17,15 @@
}
],
"require": {
"phpseclib/phpseclib": "~3.0"
}
"phpseclib/phpseclib": "~3.0",
"imarc/opus": "*"
},
"extra": {
"opus": {
"enabled": true,
"Laravel/Laravel": {
"config.php": "config/"
}
}
}
}

5
config.php Normal file
View file

@ -0,0 +1,5 @@
<?php
return [
'private_key' => '123'
];