PHP code example of fperdomo / laravel-agent-skill

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

    

fperdomo / laravel-agent-skill example snippets

bash
php artisan lbpa:install

# Overwrite existing files
php artisan lbpa:install --force
bash
php artisan boost:install
json
"scripts": {
    "post-update-cmd": [
        "@php artisan boost:update --ansi"
    ]
}
bash
php artisan vendor:publish --tag=lbpa-skill
# Publishes to: .codex/skills/laravel-best-practices/
bash
php artisan vendor:publish --tag=lbpa-skill-vscode
# Publishes to: .vscode/codex/skills/laravel-best-practices/
bash
php artisan vendor:publish --tag=lbpa-skill-jetbrains
# Publishes to: .idea/codex/skills/laravel-best-practices/
bash
php artisan vendor:publish --tag=lbpa-claude    # → CLAUDE.md
php artisan vendor:publish --tag=lbpa-copilot   # → .github/copilot-instructions.md
php artisan vendor:publish --tag=lbpa-agents    # → AGENTS.md
bash
php artisan vendor:publish --tag=rector-php
# Publishes to: .codex/skills/php-update-with-rector/
bash
php artisan vendor:publish --tag=rector-php-home
# Publishes to: ~/.codex/skills/php-update-with-rector/
bash
php artisan vendor:publish --tag=rector-php-vscode
# Publishes to: .vscode/codex/skills/php-update-with-rector/
bash
php artisan vendor:publish --tag=rector-php-jetbrains
# Publishes to: .idea/codex/skills/php-update-with-rector/
bash
npx skills add https://github.com/masterfermin02/laravel-agent-skill --skill php-update-with-rector
bash
php artisan boost:add-skill masterfermin02/laravel-agent-skill --skill php-update-with-rector