Skip to main content

Questions tagged [laravel]

The Laravel framework is an open-sourced PHP web framework that allows developers to create dynamic and scalable web applications. The source code of Laravel is hosted on GitHub and released under the MIT license.

laravel
0 votes
0 answers
42 views
+100

2fa Authentication and remember device, with Laravel dusk

I want to log in to a remote address with DUSK and verify with 2FA at the same time. $this->browse(function (Browser $browser) { $browser->visit('https://www.domain.tld'); $...
Fatih Toprak's user avatar
  • 1,007