1. Go to this page and download the library: Download shawnsandy/img-fly 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/ */
shawnsandy / img-fly example snippets
html
<img src="{{ Imgfly::imgFly('apple-mouse.jpeg?w=500') }}" alt="">
html
<img src="{{ Imgfly::imgPublic('hands.jpeg?w=500', 'img') }}" alt="">
text
php artisan vendor:publish --tag=imgfly_config