1. Go to this page and download the library: Download lyrasoft/banner 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/ */
class BannerType extends Enum implements EnumTranslatableInterface
{
use EnumTranslatableTrait;
#[Title('Home Banner')]
public const HOME = 'home';
#[Title('Works')]
public const WORKS = 'works';
// ...
}
use Lyrasoft\Banner\Script\BannerScript;
$app->service(BannerScript::class)->swiper('#swiper', $options);
$app->service(BannerScript::class)->youtubeBackground();
html
$widgetService = $app->service(WidgetService::class);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.