This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App; | |
use Closure; | |
use Exception; | |
use Throwable; | |
use Laravel\Dusk\Browser as DuskBrowser; | |
use Laravel\Dusk\Chrome\SupportsChrome; | |
use Facebook\WebDriver\Chrome\ChromeOptions; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App; | |
use Closure; | |
use Exception; | |
use Throwable; | |
use Laravel\Dusk\Browser as DuskBrowser; | |
use Facebook\WebDriver\Chrome\ChromeOptions; | |
use Facebook\WebDriver\Remote\RemoteWebDriver; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant destroy && vagrant up | |
homestead-7: Are you sure you want to destroy the 'homestead-7' VM? [y/N] y | |
==> homestead-7: Forcing shutdown of VM... | |
==> homestead-7: Destroying VM and associated drives... | |
Bringing machine 'homestead-7' up with 'virtualbox' provider... | |
==> homestead-7: Importing base box 'laravel/homestead'... | |
==> homestead-7: Matching MAC address for NAT networking... | |
==> homestead-7: Checking if box 'laravel/homestead' is up to date... | |
==> homestead-7: Setting the name of the VM: homestead-7 | |
==> homestead-7: Clearing any previously set network interfaces... |