积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(12)PHP(12)Laravel(12)

语言

全部英语(6)中文(简体)(5)法语(1)

格式

全部PDF文档 PDF(12)
 
本次搜索耗时 0.055 秒,为您找到相关结果约 12 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Laravel 5.0 Documentation

    in a single file using the config:cache command. The popular dd helper function, which dumps variable debug information, has been upgraded to use the amazing Symfony VarDumper. This provides color-coded within a service provider, the application instance is available via the $this->app instance variable. An application instance may also be accessed via the app helper of the App facade: $environment // Using Magic Methods $view = view('greeting')->withName('Victoria'); In the example above, the variable $name is made accessible to the view and contains Victoria . If you wish, you may pass an array
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    18 'While' loop 19 'Foreach' loop 19 'Forelse' Loop 19 Echoing PHP expressions 20 Echoing a variable 20 Echoing an element in an array 20 Echoing an object property 21 Echoing the result of a function LinuxMint 119 Chapter 35: Introduction to laravel-5.3 123 Introduction 123 Examples 123 The $loop variable 123 Chapter 36: Laravel Docker 124 Introduction 124 Examples 124 Using Laradock 124 Chapter You can define the URLs of your application with the help of routes. These routes can contain variable data, connect to controllers or can be wrapped into middlewares. Middelware is a mechanism for
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    ......................................................................................... 72 Definition .............................................................................................. Laravel 3.2  Added to_array method to the base Eloquent model.  Added $hidden static variable to the base Eloquent model.  Added sync method to has_many_and_belongs_to Eloquent relationship argument is the name of the partial view, the second is the array of data, and the third is the variable name that should be used when each array item is passed to the partial view. Named Views Named
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 The Laravel Handbook

    the ones you see above, make use of the env() Laravel helper function to get the environment variable. While options stored directly in the config folder hardcoded are “one for all environments” more. Here’s a 101 on Blade (for more I highly recommend the official Blade guide). In the route definition, you can pass data to a Blade template: Route::get('/test', function () { return view('test' conditional structures. 19 We also have @switch to show different things based on the result of a variable. Then we have shortcuts for common operations, convenient to use: @isset shows a block if the
    0 码力 | 111 页 | 14.25 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 10. Rwd

    , – Attributs srcset et sizes • Besoins9 – Écrans haute densité : srcset – Taille variable : srcset et sizes – Substitution10 et modification layout : , – Choix formats
    0 码力 | 7 页 | 76.36 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 05. JavaScript & DOM

    : – Pas de déclaration, type déterminé par la dernière affectation – Risque : typo => nouvelle variable. Utiliser const et let • Types : – Primitifs : Boolean Null Undefined Number String Symbol – Objets
    0 码力 | 10 页 | 91.95 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    Twig_SimpleFilter('strtolower', 'strtolower')); $twig->addFilter(new Twig_SimpleFilter('md5', 'md5')); // variable globale $titre = "HE-Arc"; // Contenu if ("equipe" === $page) { 21http://twig.sensiolabs.org/
    0 码力 | 24 页 | 1.03 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    elixir($file); env() env 函数获取环境变量值或返回默认值: $env = env('APP_ENV'); // Return a default value if the variable doesn't exist... $env = env('APP_ENV', 'production'); event() event 函数分发给定事件到对应监听器: event(new
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    App\Jobs\SendEmails); env() env 函数获取环境变量值或返回默认值: $env = env('APP_ENV'); // Return a default value if the variable doesn't exist... $env = env('APP_ENV', 'production'); event() event 函数分发给定事件到对应监听器: 本文档由
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    组件数据的状态进行断言,例如,假设你的应用包含了如下 Vue 组件: // HTML... // Component Definition... Vue.component('profile', { template: '
    {{ user.name }}
    ', 本文档由 Laravel 学院提供
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
共 12 条
  • 1
  • 2
前往
页
相关搜索词
Laravel5.0DocumentationLearning3.2TheHandbookSlidesDevWeb10Rwd05JavaScriptDOM02IntroductionauxframeworksPHP5.1中文文档5.25.6
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩