PHP code example of benhuang1024 / dusk-dashboard
1. Go to this page and download the library: Download benhuang1024/dusk-dashboard library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
benhuang1024 / dusk-dashboard example snippets
use Laravel\Dusk\TestCase as BaseTestCase;
use BeyondCode\DuskDashboard\Testing\TestCase as BaseTestCase;
php artisan dusk:dashboard