简体   繁体   English

我无法更改Laravel 5.2注册

[英]I can't change Laravel 5.2 register

I'm using the default login and register form, that one who uses the artisan make:auth command, but I'm trying to change the table who the application going to work on, using config/auth.php . 我使用的是默认的登录和注册表单,即使用artisan make:auth命令的用户,但是我正在尝试使用config/auth.php更改应用程序将要处理的表。 I have changed the login, but the register doesn't follow the customization. 我已经更改了登录名,但是注册没有遵循自定义设置。

The only thing that I have changed is the provider ->'table' => 'funcionarios' . 我唯一更改的是provider ->'table' => 'funcionarios'

如果route.php不变,请尝试php artisan route:clear

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM