💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
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.