PHP code example of debjyotikar001 / media-lazy-load
1. Go to this page and download the library: Download debjyotikar001/media-lazy-load 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/ */
debjyotikar001 / media-lazy-load example snippets
protected $middleware = [
// other middleware
\Debjyotikar001\MediaLazyLoad\Middleware\MedLazyLoad::class,
];
protected $middleware = [
// other middleware
'medialazyload',
];