forked from kontrl/phpkore
installed opus and configure for laravel
This commit is contained in:
parent
3472b19591
commit
03d18e2394
2 changed files with 16 additions and 2 deletions
|
@ -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
5
config.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'private_key' => '123'
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue