gpt4 book ai didi

php - Laravel:如何包含一个库?

转载 作者:搜寻专家 更新时间:2023-10-31 20:43:27 24 4
gpt4 key购买 nike

我想使用以下内容:库文件夹中的福尔摩斯:

http://paste.laravel.com/Em

    // Determine if request is from a mobile device
Holmes::is_mobile(); // returns boolean

// Determine the type of device
$device = Holmes::get_device(); // returns string

// Determine if a specific device is being used
// Any supported device below is acceptable
// lowercased no spaces, obviously. <3
Holmes::is_ipad();
Holmes::is_blackberrytablet();

我把什么放在哪里?

在 route :?

查看:

@if(Holmes::is_iphone())
{{ 'this is an iphone' }}
@endif

我也遇到了这个错误:在 Holmes 库文件的第 25 行,只应通过引用传递变量

我正试图从困惑的程序中解脱出来 ;)

最佳答案

Chris Fidao (Fideloper) 有一篇很棒的文章,其中介绍了如何在 Laravel 4 中加载库:
http://fideloper.com/laravel-4-application-setup-app-library-autoloading

关于php - Laravel:如何包含一个库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16833310/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com