JellyBool

17773 经验值

恩,我刚刚就开始录制视频了。这几天是因为服务器被怼的事情打乱了,明天就开始陆续更视频了

额。。。路径确定写对了么?应该不是权限问题吧

大概是因为这个多了一个 http 吧,检查一下你的代码

http://http//zhihu.dev/password/reset/333c84e2bb6bef754dc8da36af4c74f6033edbff4160eed08fa2da9f0aaa3382

不知道你说的这个第二个没注释就运行是什么。

Unable to locate factory with name [default] [Discussion]

这是因为没有在 modelfactory 正确定义 App\Discussion 吧

首先是,如何贴图,语法看这里

https://laravist.com/discuss/markdown/learn-to-use-markdown-21

如果你是 github 用户,可以直接从这里传图片:

https://github.com/Laravist/help/issues/13

2.无法访问具体是什么错。

这一行:

bootstrap="bootstrap/autoload.php"

使用 laravel 框架自带的 bootstrap/autoload.php 文件作为测试的 bootstrap 配置才可以使用 laravel 自带的方法吧

大概是修改 phpunit.xml 的 bootstrap 配置就可以了:

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="bootstrap/autoload.php"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false">
    <testsuites>

参照 laravel 自带的 bootstrap 的配置,目录相对应改一下就可以

所以你去实现一下多表认证的配置,应该就可以使用 jwt 了。

你的用户都是分表的么?

你在命令行使用 route:list 看看是对应哪条 url,没记错应该是:/api/test

是的,本来最佳时间就是推荐这么做的