积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

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

格式

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

    .......................................................................................... 17 Pattern Filters ........................................................................................ HTML helpers.  Added ability to set default value on Config::get.  Added the ability to add pattern based filters.  Improved session ID assignment.  Added support for "unsigned" integers in to filters: Route::get('panel', array('before' => 'role:admin', function() { // })); Pattern Filters Sometimes you may want to attach a filter to all requests that begin with a given URI.
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    expression, you may use the pattern method. You should define these patterns in the before method of your RouteServiceProvider : $router->pattern('id', '[0-9]+'); Once the pattern has been defined, it $url = Request::url(); Retrieving The Request Method Determining If The Request Path Matches A Pattern Get The Current Request URL Basic Responses Redirects Other Responses Response Macros The most = str_finish('this/string', '/'); // this/string/ Determine if a given string matches a given pattern. Asterisks may be used to indicate wildcards. $value = str_is('foo*', 'foobar'); Convert a string
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Learning Laravel

    applications with a great taste for simplicity. It follows the model–view–controller (MVC) architectural pattern as well as the PSR-2 coding standard, and the PSR-4 autoloading standard. Running a Test Driven Content::class => ContentPolicy::class, ]; Writing Policies Writing Policies follows much the same pattern as writing Gates. The content permission gate can be rewritten as a Policy like this: function and conditional statements inside the blade file. Examples Views: Introduction Views, in an MVC pattern, contain the logic on how to present data to the user. In a web application, typically they are
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 03. Laravel

    7https://madewithlaravel.com/ 1 Principales fonctionnalités • Routes RESTful • ORM (Eloquent, implémentation du pattern Active Record) • Migrations • Moteur de templates (Blade) • Pagination • Authentification, sessions
    0 码力 | 8 页 | 224.34 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》 01. Cours devweb

    user) ∗ p.ex. : Création d’un film – Respect des conventions et bonnes pratiques – Respect du pattern MVC : Les requêtes doivent passer par toutes les étapes impor- tantes de Laravel ∗ route, validation
    0 码力 | 7 页 | 129.56 KB | 1 年前
    3
  • pdf文档 《Slides Dev Web》02. Introduction aux frameworks PHP

    fControl.html 5https://web.archive.org/web/20160316065751/http://blog.mazenod.fr/2010/01/design-pattern-mvc-zoom-sur-la- couche-modele-dal-dao-orm-crud/ 6http://ui-patterns.com/ 2 Figure 1: MVC 3
    0 码力 | 24 页 | 1.03 MB | 1 年前
    3
  • pdf文档 Laravel 5.1 中文文档

    })->where(['id' => '[0-9]+', 'name' => '[a-z]+']); 2.3.1 全局约束 如果想要路由参数在全局范围内被给定正则表达式约束,可以使用 pattern 方法。可以在 RouteServiceProvider 类的 boot 方法中定义约束模式: /** * 定义路由模型绑定,模式过滤器等 * * @param \Illum @translator http://laravelacademy.org */ public function boot(Router $router){ $router->pattern('id', '[0-9]+'); parent::boot($router); } 一旦模式被定义,将会自动应用到所有包含该参数名的路由中。 3、命名路由 命名路由使生成 … 验证字段值不在给定列表中 本文档由 Laravel 学院(LaravelAcademy.org)提供 303 numeric 验证字段必须是数值 regex:pattern 验证字段必须匹配给定正则表达式 注意:使用 regex 模式时,规则必须放在数组中,而不能使用管道分隔符,尤其是正则表达 式中使用管道符号时。 required 验证字段时必须的
    0 码力 | 307 页 | 3.46 MB | 1 年前
    3
  • pdf文档 Laravel 6.0 中文文档

    '[a-z]+']); 使用正则约束还有一个好处就是避免 了 user/{id} 和 user/{name} 的混淆。 全局约束 如果想要路由参数在全局范围内被给定正则表达式约束,可以使 用 pattern 方法。需要在 RouteServiceProvider 类的 boot 方法 中定义这种约束模式: /** * 定义路由模型绑定,模式过滤器等 * * @param \Illuminate\Routing\Router public function boot() { 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 179 Route::pattern('id', '[0-9]+'); parent::boot(); } 一旦模式被定义,将会自动应用到所有包含该参数名的路由中: Route::get('user/{id}', function a, [ 'toppings' => [ 'required', Rule::notIn(['sprinkles', 'cherries']), ], ]); not_regex:pattern 验证字段不能匹配给定正则表达式。 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 352 在底层,该规则使用了 PHP
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    '[a-z]+']); 使用正则约束还有一个好处就是避免了 user/{id} 和 user/{name} 的混淆。 全局约束 如果想要路由参数在全局范围内被给定正则表达式约束,可以使用 pattern 方法。需要在 RouteServiceProvider 类的 boot 方法中定义这种约束 模式: /** * 定义路由模型绑定,模式过滤器等 * * @param \I @return void * @translator http://laravelacademy.org */ public function boot() { Route::pattern('id', '[0-9]+'); parent::boot(); } 一旦模式被定义,将会自动应用到所有包含该参数名的路由中: Route::get('user/{id}' Rule::notIn(['sprinkles', 'cherries']), ], ]); numeric 验证字段必须是数值 present 验证字段必须出现在输入数据中但可以为空。 regex:pattern 验证字段必须匹配给定正则表达式。 注:使用 regex 模式时,规则必须放在数组中,而不能使用管道分隔符,尤其是正则表达式中已经使用了管道符号时。 required 验证字段值不能为空,以下情况字段值都为空:
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    验证字段的最小值,和字符串、数值、文件字段的 size 规则一起使用 not_in:foo,bar,… 验证字段值不在给定列表中 numeric 验证字段必须是数值 regex:pattern 验证字段必须匹配给定正则表达式 注意:使用 regex 模式时,规则必须放在数组中,而不能使用管道分隔符,尤其是正则表 达式中使用管道符号时。 required 输入字段值不能为空,以下情况字段值都为空:
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
共 11 条
  • 1
  • 2
前往
页
相关搜索词
Laravel3.2Documentation5.0LearningSlidesDevWeb0301Coursdevweb02IntroductionauxframeworksPHP5.1中文文档6.05.65.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩