chengzhengkun

232 经验值

好像是redis端口问题,在database.php配置文件里面,我已经3个月没用laravel了,当时不太记得了

我是通过composer(composer require predis/predis)安装的

在composer安装redis后使用Redis::set('salt', 'salt');报错为
ConnectionException in D:WORKWWWlaravelblogvendorpredispredissrcConnectionAbstractConnection.php line 154: ����Ŀ����������ܾ����޷����ӡ� [tcp://127.0.0.1:6379],这个怎么解决?

在程序里面使用reids::get(),打开网页就报下面这个错Class 'PredisClient' not found 。
在composer运行命令composer require predis/predis 就报下面这个错
[SeldJsonLintParsingException]
"./composer.json" does not contain valid JSON
Parse error on line 13:
...~7.0", }, "require-dev"
--------------------^
Expected: 'STRING' - It appears you have an extra trailing comma

请问一下,在laravel5.4里面使用redis要先安装吗?他是怎么设置值和获取值的?

那怎么把http改成https呢?在哪改?

laravel5.4怎么添加新的字段

我在composer.json文件里添加了两行依赖
"ignited/laravel-omnipay": "2.*",
"lokielse/omnipay-alipay": "dev-master"
在cmd控制台运行composer update 时报错 如下:
Content-Length mismatch
http://packagist.org could not be fully loaded, package information was loaded from the local cache and may be out of date

laravel5.4怎么引入其他的php文件,比如说短信发送的php文件