PHP code example of laravel-agent-kits / claude-livewire-starter-kit

1. Go to this page and download the library: Download laravel-agent-kits/claude-livewire-starter-kit 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/ */

    

laravel-agent-kits / claude-livewire-starter-kit example snippets

bash
# Run tests
php artisan test --compact

# Run specific test
php artisan test --filter=ProfileUpdateTest

# Create a Livewire component
php artisan make:livewire ComponentName

# List all routes
php artisan route:list

/livewire-development
/pest-testing
bash
# Clear config cache
php artisan config:clear

# Run tests
php artisan test --compact