awkaw/laravel-amp

Laravel 的 AMP 页面

1.0.28 2022-11-30 15:13 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:43 UTC


README

自动将普通页面转换为 AMP 页面

模板

为了区分 AMP 和普通 HTML 的显示,请使用特殊的 Blade 表达式

AMP 代码
@amp
 <!-- AMP code -->
@endamp
HTML 代码
@html
 <!-- HTML code -->
@endhtml