PHP code example of vikin / laricon

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

    

vikin / laricon example snippets

 php
'providers' => [
    ....
    Vikin\Laricon\Providers\LariconServiceProvider::class
],

'aliases' => [
    ....
    'Laricon' => Vikin\Laricon\Facades\Laricon::class
]
 php
Laricon::displayImage('vikin');
 php
Laricon::getImageData('vikin');
 php
Laricon::getImageDataUri('vikin');
 php
Laricon::displayImage('vikin', 512);
 php
Laricon::displayImage('vikin', 64, 'A87EDF');