文件名称:页面:Netflex页面库
文件大小:71KB
文件格式:ZIP
更新时间:2024-03-02 11:50:43
laravel hacktoberfest netflex PHP
Netflex页面 雄辩的兼容模型,可用于Netflex Pages。 安装 composer require netflex/pages 生成配置文件 php artisan vendor:publish --tag=config 配置自定义媒体预设 <?php use Netflex \ Pages \ Components \ Picture ; /** * */ return [ 'breakpoints' => [ 'xss' => 320 , 'xs' => 480 , 'sm' => 768 , 'md' => 992 , 'lg' => 1200 , 'xl' => 1440 , 'xxl' => 1920 , ], 'presets'
【文件预览】:
pages-develop
----composer.json(2KB)
----composer.lock(172KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(663B)
--------COMMIT_MESSAGE_GUIDELINES.md(3KB)
--------ISSUE_TEMPLATE()
----_ide_helper.php(310B)
----LICENSE(1KB)
----CONTRIBUTING.md(797B)
----.env.example(41B)
----src()
--------PreviewRequest.php(695B)
--------MediaPreset.php(4KB)
--------Page.php(11KB)
--------Extension.php(1KB)
--------Mix.php(515B)
--------Controllers()
--------Facades()
--------Providers()
--------helpers.php(21KB)
--------Exceptions()
--------views()
--------NavigationData.php(3KB)
--------Components()
--------Traits()
--------ContentImage.php(108B)
--------ContentFile.php(852B)
--------Contracts()
--------JwtPayload.php(868B)
--------Middleware()
--------Config()
----.gitignore(169B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(2KB)