PHP code example of didix16 / laravel-playwright

1. Go to this page and download the library: Download didix16/laravel-playwright 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/ */

    

didix16 / laravel-playwright example snippets

bash
php artisan playwright:boilerplate
bash
php artisan playwright:boilerplate --ct={none|react|solid|vue|svelte}