积分充值
 首页
前端开发
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.090 秒,为您找到相关结果约 12 个.
  • 全部
  • 后端开发
  • PHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 法语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Learning Laravel

    Laravel Packages 125 Examples 125 laravel-ide-helper 125 laravel-datatables 125 Intervention Image 125 Laravel generator 125 Laravel Socialite 125 Official Packages 125 Cashier 125 Envoy 126 $name = $faker->word; $image = $faker->imageUrl; Modelname::create([ 'name' => $name, 'image' => $image, ]); } } } To model on a single association. A good example would be images, both a user and a product can have an image. The table structure might look as follows: user id - integer name - string email
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    E-Mail  Ends With  Exists (Database)  File  Filled  Greater Than  Greater Than Or Equal  Image (File)  In  In Array  Integer  IP Address  JSON  Less Than  Less Than Or Equal  Max 用于字符串、数字、数组和文件,和 size 规则类似。 gte:field 验证字段必须大于等于给定 field 字段,这两个字段类型必须一致, 适用于字符串、数字、数组和文件,和 size 规则类似。 image 验证文件必须是图片(jpeg、png、bmp、gif、svg 或者 webp)。 in:foo,bar… 验证字段值必须在给定的列表中,由于该规则经常需要我们对数组进 行 implode,我们可以使用 photos[profile] 字段,可以这么验证: $validator = Validator::make($request->all(), [ 'photos.profile' => 'required|image', ]); 我们还可以验证数组的每个元素,例如,要验证给定数组输入中每 个 email 是否是唯一的,可以这么做(这种针对提交的数组字段是 二维数组,如 person[][email] 或
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    Embedding Inline Attachments Here is an image: Here is an image from raw data: 0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    input. Validate that a file is an image: 'picture' => 'image' 61 Validate that a file is no more than a given size in kilobytes: 'picture' => 'image|max:100' Retrieving Error Messages Types Getting the MIME type associated with an extension: echo File::mime('gif'); // outputs 'image/gif' Note: This method simply returns the MIME type defined for the extension in theapplication/config/mimes
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    include "templates/accueil.html"; } 13 Quel est le problème avec cette solution? (Source de l’image19) Sécurité des templates • Principle of Least Privilege ( polp20 ) • Intégration faite par un graphiste 19https://raw.githubusercontent.com/cyrilmanuel/picbot/e6ff24a8bfd7ee9f0514a4fd8f49b1255ef26178/picbot/Image s/meme10.jpg 20https://en.wikipedia.org/wiki/Principle_of_least_privilege 14 {# 02-twig/templates/collaborateur
    0 码力 | 24 页 | 1.03 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

     Dimensions(图片文件)  Distinct  E-Mail  Exists (Database)  File  Filled  Image (File)  In  In Array  Integer  IP Address  JSON  Max  MIME Types (File) $query->where('account_id', 1); }), ], ]); file 验证字段必须是上传成功的文件。 filled 验证字段如果存在则不能为空。 image 验证文件必须是图片(jpeg、png、bmp、gif 或者 svg) in:foo,bar… 验证字段值必须在给定的列表中,由于该规则经常需要我们对数组进行 implode,我们可以使用 photos[profile] 字段,可以这么验证: $validator = Validator::make($request->all(), [ 'photos.profile' => 'required|image', ]); 我们还可以验证数组的每个元素,例如,要验证给定数组输入中每个 email 是否是唯一的,可以这么做(这种针对提交的数组字段是二维数组, 如 person[][email] 或
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    Here is an image: 2.2.2 在邮件视图中嵌入原生数据 如果你想要在邮件消息中嵌入原生数据字符串,可以使用$message 变量上的 embedData 方 法: Here is an image from raw Date Format  Different  Digits  Digits Between  E-Mail  Exists (Database)  Image (File)  In  Integer  IP Address 本文档由 Laravel 学院(LaravelAcademy.org)提供 300  account_id,1' 传递 NULL 作为 where 子句的值将会判断数据库值是否为 NULL: 'email' => 'exists:staff,email,deleted_at,NULL' image 验证文件必须是图片(jpeg、png、bmp、gif 或者 svg) in:foo,bar… 验证字段值必须在给定的列表中 integer 验证字段必须是整型 ip 验证字段必须是
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 10. Rwd

    Différences11 entre et srcset • Exemple12 en français Flexible images • Eviter qu’une image ne déborde de son conteneur – La réduire img, embed, object, video{ max-width: 100%; } – La découper
    0 码力 | 7 页 | 76.36 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 09. Services Web

    article à un blog, … • Représentation : forme donnée à la ressource – ex. : page html, fichier PDF, image, flux RSS, fichier sonore, … REST • Principes – Identifier les ressources avec des URI (noms) –
    0 码力 | 6 页 | 47.90 KB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    Here is an image: 在邮件视图中嵌入原生数据 如果你想要在邮件消息中嵌入原生数据字符串,可以使用$message 变量上的 embedData 方 法: Here is an image from raw data: 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 334  Exists (Database)  Image (File)  In  Integer  IP Address  JSON  Max  MIME Types (File)  Min  account_id,1' 传递 NULL 作为 where 子句的值将会判断数据库值是否为 NULL: 'email' => 'exists:staff,email,deleted_at,NULL' image 验证文件必须是图片(jpeg、png、bmp、gif 或者 svg) in:foo,bar… 验证字段值必须在给定的列表中 integer 验证字段必须是整型 ip 验证字段必须是
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
共 12 条
  • 1
  • 2
前往
页
相关搜索词
LearningLaravel6.0中文文档5.0Documentation3.2SlidesDevWeb02IntroductionauxframeworksPHP5.65.110Rwd09Services5.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩