PHP code example of letid / lethil

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

    

letid / lethil example snippets


php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php

php composer-setup.php --filename=composer

php -r "unlink('composer-setup.php');"

php composer update
php composer.phar update
composer update

php composer dump-autoload -o
php composer.phar dump-autoload -o
composer dump-autoload -o