【问题标题】:Laravel 5.2 - Blade linkLaravel 5.2 - 刀片链接
【发布时间】:2017-03-01 10:27:01
【问题描述】:

我是laravel的新手,我正在创建布局结构,我想知道如何转换为刀片:

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Fav and touch icons -->
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
    <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
    <link rel="shortcut icon" href="assets/ico/favicon.png">

使用 css 和脚本我知道怎么做,但这有大小和其他属性。

感谢您的帮助!

【问题讨论】:

  • 除了可以通过 asset() 帮助程序运行资产 URL 之外,无需将其更改为 Blade。你想完成什么?

标签: laravel laravel-5.2 blade


【解决方案1】:

您不需要更改这部分代码,因为它不需要

【讨论】:

    猜你喜欢
    • 2016-09-13
    • 2018-04-17
    • 2016-12-29
    • 1970-01-01
    • 2017-11-03
    • 2016-09-22
    • 1970-01-01
    • 2014-01-30
    • 2016-09-12
    相关资源
    最近更新 更多