🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
1. Laravel default auth function: [https://laravel.com/docs/5.8/authentication](https://laravel.com/docs/5.8/authentication) ``` php artisan make:auth ``` But sometime the default auth function, clould be difficult to make the customize function. You can see "Laravel register, login, logout function", this is a customize auth funciton.