PHP code example of loot / otium

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

    

loot / otium example snippets


/**
 * @param-otium-hint {"name": "search", "description": "keyword for search", "in": "query", "

/**
 * @param-otium-extra {"ENV": "LOCAL"}
 * @param-otium-extra {"params": {"timeout": 300} }
 */

php artisan vendor:publish --provider="Loot\Otium\ServiceProvider"
shell script
php artisan loot:generate-docs