installed opus and configure for laravel

This commit is contained in:
Eduardo Bacarin 2025-06-24 15:04:59 -03:00
parent 3472b19591
commit 03d18e2394
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'
];