JellyBool

17773 经验值

那估计是你的服务器没配置好吧。

1.你的 laravel 版本是多少?
2.你的 'namespace' => 'Weixin'是怎么体现的
3.无法访问到底是什么错误?

这样满足你的需求不:

$token = JWTAuth::refresh($token);

试试这样:

//$user =  数据库查找用户
if($user->password === md5($request->get('password'))){
   $authUser = Auth::login($user);
   $token = JWTAuth::fromUser($authUser);
}

你可以参考 Laravel 框架本身的 gitignore :

node_modules/
vendor/
.env

基本上是这样的流程:本地 push --->github ---> 服务器 pull ---> build(test等) ---> release

可以简单理解:接口是更纯粹的抽象类。在接口(Interface)定义的方法是必须全部要实现的。而在抽象类中,则只需要实现抽象方法,也可以有公用的方法和代码

嗯,在 database.php 配置之后,这里应该是要手动写的。我好像没有找到很好的解决方案

elixir(function(mix) {    
      mix.browserSync({        
          proxy: 'project.app'    
     });
     mix.compass(['app.scss', 'controllers.scss']).version('css/app.css');             
     mix.scripts(['jquery.js','app.js']).version('js/all.js'); 
}); 

这样不可以么?

加了 links 报错,具体是什么错?目前的信息来看,只能猜测是你的编码问题了

'htmlspecialchars(): charset `GBK' not supported, assuming utf-8'