Laravel Pro Tips
#testing #authentication
Laravel Tip: Working locally and don't want to log in manually every time when working with randomized database seeds? Use the `auth()->login()` helper to quickly log in with the first test user. #laravel #php @laravelphp
Philo Hermans