The login of Laravel 5.1 is gone. How to get the login that comes with laravel 5.0 to 5.
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
Shit, this official website seems to say, it can: php artisan make:auth
php artisan make:auth
See the official document auth chapter
There are a lot of changes in each version, which makes me very uncomfortable. The official website documents do not explain it. Dizzy
Yes, the directory is here /app/Http/Controllers/Auth/AuthController.php
/app/Http/Controllers/Auth/AuthController.php
Just changed the directory, nothing else
The login interface views have been removed in version 5.1, but they can be installed using composer
Shit, this official website seems to say, it can:
php artisan make:auth
See the official document auth chapter
There are a lot of changes in each version, which makes me very uncomfortable. The official website documents do not explain it. Dizzy
Yes, the directory is here
/app/Http/Controllers/Auth/AuthController.php
Just changed the directory, nothing else
The login interface views have been removed in version 5.1, but they can be installed using composer