简体   繁体   中英

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 . 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' .

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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