PHP code example of jeremysalmon / laravel-llm-context

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

    

jeremysalmon / laravel-llm-context example snippets


return [
    'output_path' => storage_path('app/llm-context'),
    'lationships' => true,
    ],
    'model_path' => app_path('Models'),
];
bash
   php artisan vendor:publish --tag="llm-context-config"
   
bash
   php artisan llm:generate-context